Uses of Class
org.jbpm.bpmn2.handler.AbstractExceptionHandlingTaskHandler
-
Packages that use AbstractExceptionHandlingTaskHandler Package Description org.jbpm.bpmn2.handler -
-
Uses of AbstractExceptionHandlingTaskHandler in org.jbpm.bpmn2.handler
Subclasses of AbstractExceptionHandlingTaskHandler in org.jbpm.bpmn2.handler Modifier and Type Class Description class
LoggingTaskHandlerDecorator
This class is aWorkItemHandler
implementation that is meant to wrap otherWorkItemHandler
implementations.class
SignallingTaskHandlerDecorator
This class will wrap aWorkItemHandler
instance so that an event (signal, error or other) can be sent to the process instance if and when the wrappedWorkItemHandler
instance throws an exception (during aWorkItemHandler.executeWorkItem(WorkItem, WorkItemManager)
orWorkItemHandler.abortWorkItem(WorkItem, WorkItemManager)
method.
-