org.genepattern.webservice
Class JobStatus
java.lang.Object
org.genepattern.webservice.JobStatus
- public class JobStatus
- extends java.lang.Object
Gets the parameters about Job status
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOB_NOT_STARTED
public static int JOB_NOT_STARTED
JOB_PROCESSING
public static int JOB_PROCESSING
JOB_FINISHED
public static int JOB_FINISHED
JOB_ERROR
public static int JOB_ERROR
NOT_STARTED
public static java.lang.String NOT_STARTED
PROCESSING
public static java.lang.String PROCESSING
FINISHED
public static java.lang.String FINISHED
ERROR
public static java.lang.String ERROR
STATUS_MAP
public static final java.util.Map STATUS_MAP
- an unmodifiable map that maps a string representation of the status to the numberic representation
JobStatus
public JobStatus()