Package jadex.bpmn.runtime.handler
Class EventIntermediateTimerActivityHandler
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.DefaultActivityHandler
- 
- jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
- 
- jadex.bpmn.runtime.handler.EventIntermediateTimerActivityHandler
 
 
 
- 
- All Implemented Interfaces:
- IActivityHandler
 
 public class EventIntermediateTimerActivityHandler extends AbstractEventIntermediateTimerActivityHandler Uses timer service for implementing waiting. //Simple platform specific timer implementation. //Uses java.util.Timer for testing purposes.
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandlerTICK_TIMER, TIMER_EVENT
 - 
Fields inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlerDEBUG
 
- 
 - 
Constructor SummaryConstructors Constructor Description EventIntermediateTimerActivityHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWait(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread, long duration)Template method to be implemented by platform-specific subclasses.- 
Methods inherited from class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandlercancel, execute
 - 
Methods inherited from class jadex.bpmn.runtime.handler.DefaultActivityHandlerdoExecute, getBpmnFeature
 
- 
 
- 
- 
- 
Method Detail- 
doWaitpublic void doWait(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread, long duration)Template method to be implemented by platform-specific subclasses.- Specified by:
- doWaitin class- AbstractEventIntermediateTimerActivityHandler
- Parameters:
- activity- The timing event activity.
- instance- The process instance.
- thread- The process thread.
- duration- The duration to wait.
 
 
- 
 
-