Uses of Class
wt.workflow.robots.WfSynchRobot

Packages that use WfSynchRobot
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.robots
Provides workflow classes responsible for the execution of robot activities that are executed without human intervention. 
 

Uses of WfSynchRobot in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type WfSynchRobot
 void WfEngineServiceSvr.queueSynchCheck(WfSynchRobot robot)
          Queues the a synchronization checking request.
 void WfEngineServiceSvr.addEventListener(WfSynchRobot robot)
          Creates and adds a new event listener for the event key passed as argument.
 void WfEngineServiceSvr.removeEventListener(WfSynchRobot robot)
          Removes an event listener for the event key passed as argument that is also associated to the robot.
 void StandardWfEngineService.queueSynchCheck(WfSynchRobot robot)
          Queues the a synchronization checking request.
 void StandardWfEngineService.addEventListener(WfSynchRobot robot)
          Creates and adds a new event listener for the event key passed as argument.
 void StandardWfEngineService.removeEventListener(WfSynchRobot robot)
          Removes an event listener for the event key passed as argument that is also associated to the robot.
 void WfEngineServiceSvr.queueSynchCheck(WfSynchRobot robot)
          Queues the a synchronization checking request.
 void WfEngineServiceSvr.addEventListener(WfSynchRobot robot)
          Creates and adds a new event listener for the event key passed as argument.
 void WfEngineServiceSvr.removeEventListener(WfSynchRobot robot)
          Removes an event listener for the event key passed as argument that is also associated to the robot.
 void StandardWfEngineService.queueSynchCheck(WfSynchRobot robot)
          Queues the a synchronization checking request.
 void StandardWfEngineService.addEventListener(WfSynchRobot robot)
          Creates and adds a new event listener for the event key passed as argument.
 void StandardWfEngineService.removeEventListener(WfSynchRobot robot)
          Removes an event listener for the event key passed as argument that is also associated to the robot.
 

Uses of WfSynchRobot in wt.workflow.robots
 

Methods in wt.workflow.robots that return WfSynchRobot
static WfSynchRobot WfSynchRobot.newWfSynchRobot(WfContainer container)
          Constructs a synchronization robot in a given container (process or block).
 

Methods in wt.workflow.robots with parameters of type WfSynchRobot
protected  boolean WfSynchRobot.readVersion(WfSynchRobot thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.