Uses of Class
com.webhydra.slug.process.Status

Packages that use Status
com.webhydra.slug.process Provides Sluggish Process, Status and Runner. 
 

Uses of Status in com.webhydra.slug.process
 

Fields in com.webhydra.slug.process declared as Status
static Status Status.CANCELED
          Constant for canceled process
static Status Status.COMPLETED
          Constant for completed process
static Status Status.FAILED
          Constant for failed process
static Status Status.RUNNING
          Constant for running process
static Status Status.STOPPED
          Constant for stopped proccess
static Status Status.WAITING
          Constant for waiting process
 

Methods in com.webhydra.slug.process that return Status
 Status ProcessStatus.getStatus()
          Getter for property status.
 

Methods in com.webhydra.slug.process with parameters of type Status
static boolean Status.isCompleted(Status s)
          Check if provided Status is completed.
static boolean Status.isInProcess(Status s)
          Check if provided Status is in process.
 void ProcessStatus.setStatus(Status status)
          Setter for property status.
 

Constructors in com.webhydra.slug.process with parameters of type Status
ProcessProgress(Status status, java.lang.String message, int progress)
          Creates a new instance of ProcessProgress
ProcessStatus(Status status)
          Creates a new instance of ProcessStatus without message
ProcessStatus(Status status, java.lang.String message)
          Creates a new instance of ProcessStatus