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

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

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

Fields in com.sun.n1.sps.model.executor declared as TargetStatusCode
static TargetStatusCode TargetStatusCode.ABORTED
          Indicates a aborted status of a target.
static TargetStatusCode TargetStatusCode.FAILURE
          Indicates a failure status of a target.
static TargetStatusCode TargetStatusCode.INPROGRESS
          Indicates a in progress status of a target.
static TargetStatusCode TargetStatusCode.NONE
          Indicates a plan has not yet started for this target.
static TargetStatusCode TargetStatusCode.SUCCESS
          Indicates a success status of a target.
static TargetStatusCode TargetStatusCode.TIMED_OUT
          Indicates a timed out status of a target.
 

Methods in com.sun.n1.sps.model.executor that return TargetStatusCode
 TargetStatusCode TargetStatusCode.Factory.get(int value)
          Returns the output type associated with the passed int value.
 TargetStatusCode TargetStatusCode.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 TargetStatusCode[] TargetStatusCode.Factory.getAll()
          Returns the array of all known output type enums.
 TargetStatusCode TargetStatus.getTargetStatusCode()
          Returns the TargetStatusCode for this target status.