Uses of Class
com.sun.n1.sps.model.executor.TaskStatus

Packages that use TaskStatus
com.sun.n1.sps.model.executor   
 

Uses of TaskStatus in com.sun.n1.sps.model.executor
 

Fields in com.sun.n1.sps.model.executor declared as TaskStatus
static TaskStatus TaskStatus.COMPLETE
          Indicates that the task has completed.
static TaskStatus TaskStatus.COMPLETE_WARNINGS
          Indicates that the task has completed with warnings.
static TaskStatus TaskStatus.DEPLOYMENT_RUNNING
          Indicates that the deployment task is running.
static TaskStatus TaskStatus.INCOMPLETE_ABORT
          Indicates that the task is incompleted and was aborted.
static TaskStatus TaskStatus.INCOMPLETE_ERROR
          Indicates that the task is incompleted with errors.
static TaskStatus TaskStatus.INCOMPLETE_TIMEOUT
          Indicates that the task is incompleted and was timed out.
static TaskStatus TaskStatus.NOT_STARTED
          Indicates that the task has not started.
static TaskStatus TaskStatus.PREFLIGHT_RUNNING
          Indicates that the pre-flight task is running.
 

Methods in com.sun.n1.sps.model.executor that return TaskStatus
 TaskStatus TaskStatus.Factory.get(int value)
          Returns the task status associated with the passed int value.
 TaskStatus TaskStatus.Factory.get(java.lang.String value)
          Returns the task status associated with the passed string value.
 TaskStatus[] TaskStatus.Factory.getAll()
          Returns the array of all known task status enums.
 TaskStatus RunningPlanBean.getTaskStatus()
          Returns the TargetStatus for this plan.
 TaskStatus TaskInfo.getTaskStatus()
          Returns the TaskStatus of the task.