public abstract class AbstractEventIntermediateTimerActivityHandler extends DefaultActivityHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
TICK_TIMER |
static java.lang.String |
TIMER_EVENT |
DEBUG| Constructor and Description |
|---|
AbstractEventIntermediateTimerActivityHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
abstract void |
doWait(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
void |
execute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
doExecute, getBpmnFeaturepublic static final int TICK_TIMER
public static final java.lang.String TIMER_EVENT
public AbstractEventIntermediateTimerActivityHandler()
public void execute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
execute in interface IActivityHandlerexecute in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.public abstract void doWait(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread,
long duration)
activity - The timing event activity.instance - The process instance.thread - The process thread.duration - The duration to wait.public void cancel(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
cancel in interface IActivityHandlercancel in class DefaultActivityHandleractivity - The activity to execute.instance - The process instance.thread - The process thread.info - The info object.