Uses of Class
net.aavalla.utils.jobpool.JobState

Packages that use JobState
net.aavalla.utils.jobpool   
 

Uses of JobState in net.aavalla.utils.jobpool
 

Methods in net.aavalla.utils.jobpool that return JobState
 JobState Job.getState()
          Returns the state this job is currently in.
static JobState JobState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JobState[] JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.