Package jadex.bpmn.runtime.handler
Class EventIntermediateNotificationHandler
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.DefaultActivityHandler
- 
- jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
 
 
- 
- All Implemented Interfaces:
- IActivityHandler
 
 public class EventIntermediateNotificationHandler extends DefaultActivityHandler Wait for an external notification (could be a signal or a fired rule). Makes available a notfier object as "notifier" property.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROPERTY_EXTERNALNOTIFIERThe property for the external notifier (system).- 
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlerDEBUG
 
- 
 - 
Constructor SummaryConstructors Constructor Description EventIntermediateNotificationHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Execute an activity.- 
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlercancel, doExecute, getBpmnFeature
 
- 
 
- 
- 
- 
Field Detail- 
PROPERTY_EXTERNALNOTIFIERpublic static final java.lang.String PROPERTY_EXTERNALNOTIFIER The property for the external notifier (system).- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
executepublic void execute(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Execute an activity.- Specified by:
- executein interface- IActivityHandler
- Overrides:
- executein class- DefaultActivityHandler
- Parameters:
- activity- The activity to execute.
- instance- The process instance.
- thread- The process thread.
 
 
- 
 
-