Uses of Class
com.continuent.tungsten.replicator.pipeline.SingleThreadStageTask

Packages that use SingleThreadStageTask
com.continuent.tungsten.replicator.pipeline   
 

Uses of SingleThreadStageTask in com.continuent.tungsten.replicator.pipeline
 

Methods in com.continuent.tungsten.replicator.pipeline that return SingleThreadStageTask
 SingleThreadStageTask StageTaskGroup.getTask(int id)
           
 SingleThreadStageTask[] StageTaskGroup.getTasks()
           
 

Methods in com.continuent.tungsten.replicator.pipeline with parameters of type SingleThreadStageTask
 void StageTaskGroup.reportTaskShutdown(java.lang.Thread taskThread, SingleThreadStageTask task)
          Reports that a task has shut down.
 

Constructors in com.continuent.tungsten.replicator.pipeline with parameters of type SingleThreadStageTask
SimpleSchedule(Stage stage, SingleThreadStageTask task)
          Creates a new schedule instance.