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

Packages that use JobPriority
net.aavalla.utils.jobpool   
 

Uses of JobPriority in net.aavalla.utils.jobpool
 

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

Methods in net.aavalla.utils.jobpool with parameters of type JobPriority
protected  void Job.setPriority(JobPriority newPriority)
          Sets the priority for this job.