Uses of Class
org.apache.sling.event.jobs.JobUtil.JobPriority

Packages that use JobUtil.JobPriority
org.apache.sling.event.impl.jobs.config   
org.apache.sling.event.jobs   
 

Uses of JobUtil.JobPriority in org.apache.sling.event.impl.jobs.config
 

Methods in org.apache.sling.event.impl.jobs.config that return JobUtil.JobPriority
 JobUtil.JobPriority InternalQueueConfiguration.getPriority()
           
 

Uses of JobUtil.JobPriority in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return JobUtil.JobPriority
 JobUtil.JobPriority QueueConfiguration.getPriority()
          Return the thread priority for the job thread.
static JobUtil.JobPriority JobUtil.JobPriority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobUtil.JobPriority[] JobUtil.JobPriority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.