org.genepattern.webservice
Class JobStatus

java.lang.Object
  extended byorg.genepattern.webservice.JobStatus

public class JobStatus
extends java.lang.Object

Gets the parameters about Job status

Version:
1.0

Field Summary
static java.lang.String ERROR
           
static java.lang.String FINISHED
           
static int JOB_ERROR
           
static int JOB_FINISHED
           
static int JOB_NOT_STARTED
           
static int JOB_PROCESSING
           
static java.lang.String NOT_STARTED
           
static java.lang.String PROCESSING
           
static java.util.Map STATUS_MAP
          an unmodifiable map that maps a string representation of the status to the numberic representation
 
Constructor Summary
JobStatus()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

JobStatus

public JobStatus()