Package jadex.bpmn.runtime.handler
Class EventEndTerminateActivityHandler
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.DefaultActivityHandler
- 
- jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
 
 
- 
- All Implemented Interfaces:
- IActivityHandler
 
 public class EventEndTerminateActivityHandler extends DefaultActivityHandler On error end propagate an exception.
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlerDEBUG
 
- 
 - 
Constructor SummaryConstructors Constructor Description EventEndTerminateActivityHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(MActivity activity, IInternalAccess instance, ProcessThread thread)Execute the activity.- 
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlercancel, execute, getBpmnFeature
 
- 
 
- 
- 
- 
Method Detail- 
doExecuteprotected void doExecute(MActivity activity, IInternalAccess instance, ProcessThread thread) Execute the activity.- Overrides:
- doExecutein class- DefaultActivityHandler
- Parameters:
- activity- The activity to execute.
- instance- The process instance.
- thread- The process thread.
 
 
- 
 
-