Uses of Class
org.gridlab.gat.resources.Job.JobState

Packages that use Job.JobState
org.gridlab.gat.resources This package contains the classes and interfaces which are used for using resources, be they hardware or software resources. 
 

Uses of Job.JobState in org.gridlab.gat.resources
 

Methods in org.gridlab.gat.resources that return Job.JobState
 Job.JobState Job.getState()
          This method returns the state of the Job.
static Job.JobState Job.JobState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Job.JobState[] Job.JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.