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

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

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

Methods in com.continuent.tungsten.replicator.pipeline that return TaskState
 TaskState TaskProgress.getState()
          Returns the current task state.
static TaskState TaskState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskState[] TaskState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.