wt.workflow.engine
Class StandardWfEngineService.PropagateEvent

java.lang.Object
  extended bywt.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.


Field Summary
private  WTPrincipal currentUser
           
private  Object event
           
private  ObjectReference nodeRef
           
private  int thread
           
 
Constructor Summary
StandardWfEngineService.PropagateEvent(WTPrincipal current_user, ObjectReference node_ref, Object event)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

private int thread

currentUser

private WTPrincipal currentUser

nodeRef

private ObjectReference nodeRef

event

private Object event
Constructor Detail

StandardWfEngineService.PropagateEvent

public StandardWfEngineService.PropagateEvent(WTPrincipal current_user,
                                              ObjectReference node_ref,
                                              Object event)
Method Detail

run

public void run()
Specified by:
run in interface Runnable