wt.workflow.engine
Class StandardWfEngineService.PropagateEvent
java.lang.Object
wt.workflow.engine.StandardWfEngineService.PropagateEvent
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardWfEngineService
- class StandardWfEngineService.PropagateEvent
- extends Object
- implements Runnable
Runnable class that implements the propagation of events to successor nodes.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thread
private int thread
currentUser
private WTPrincipal currentUser
nodeRef
private ObjectReference nodeRef
event
private Object event
StandardWfEngineService.PropagateEvent
public StandardWfEngineService.PropagateEvent(WTPrincipal current_user,
ObjectReference node_ref,
Object event)
run
public void run()
- Specified by:
run
in interface Runnable