wt.workflow.engine
Class StandardWfEngineService.RobotWork

java.lang.Object
  extended bywt.workflow.engine.StandardWfEngineService.RobotWork
All Implemented Interfaces:
Runnable
Enclosing class:
StandardWfEngineService

class StandardWfEngineService.RobotWork
extends Object
implements Runnable

Runnable class that implements the actual work done by all sort of robots.


Field Summary
private  WTPrincipal currentUser
           
private  WfRobotActivity robot
           
 
Constructor Summary
StandardWfEngineService.RobotWork(WTPrincipal current_user, WfRobotActivity robot)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentUser

private WTPrincipal currentUser

robot

private WfRobotActivity robot
Constructor Detail

StandardWfEngineService.RobotWork

public StandardWfEngineService.RobotWork(WTPrincipal current_user,
                                         WfRobotActivity robot)
Method Detail

run

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