Package | Description |
---|---|
org.jbpm.bpmn2.handler |
Modifier and Type | Class and Description |
---|---|
class |
LoggingTaskHandlerDecorator
This class is a
WorkItemHandler implementation that is meant to wrap
other WorkItemHandler implementations. |
class |
SignallingTaskHandlerDecorator
This class will wrap a
WorkItemHandler instance so that an event (signal, error or other) can be sent to the process
instance if and when the wrapped WorkItemHandler instance throws an exception (during a
WorkItemHandler.executeWorkItem(WorkItem, WorkItemManager) or
WorkItemHandler.abortWorkItem(WorkItem, WorkItemManager) method. |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.