Uses of Interface
org.apache.sling.event.jobs.Queue

Packages that use Queue
org.apache.sling.event.impl.jobs   
org.apache.sling.event.impl.jobs.jmx   
org.apache.sling.event.impl.jobs.queues   
org.apache.sling.event.jobs   
 

Uses of Queue in org.apache.sling.event.impl.jobs
 

Methods in org.apache.sling.event.impl.jobs that return Queue
 Queue JobManagerImpl.getQueue(String name)
           
 

Methods in org.apache.sling.event.impl.jobs that return types with arguments of type Queue
 Iterable<Queue> JobManagerImpl.getQueues()
           
 

Methods in org.apache.sling.event.impl.jobs with parameters of type Queue
 void JobImpl.updateQueueInfo(Queue queue)
          Update information about the queue.
 

Uses of Queue in org.apache.sling.event.impl.jobs.jmx
 

Methods in org.apache.sling.event.impl.jobs.jmx that return Queue
 Queue QueueStatusEvent.getOldQueue()
           
 Queue QueueStatusEvent.getQueue()
           
 

Constructors in org.apache.sling.event.impl.jobs.jmx with parameters of type Queue
QueueMBeanImpl(Queue queue)
           
QueueStatusEvent(Queue queue, Queue oldqueue)
           
 

Uses of Queue in org.apache.sling.event.impl.jobs.queues
 

Classes in org.apache.sling.event.impl.jobs.queues that implement Queue
 class AbstractJobQueue
          The job blocking queue extends the blocking queue by some functionality for the job event handling.
 class AbstractParallelJobQueue
          Abstract base class for a parallel processing job queue.
 class OrderedJobQueue
          An ordered job queue is processing the queue FIFO in a serialized way.
 class ParallelJobQueue
          The default parallel job queue processing the entries FIFO.
 class TopicRoundRobinJobQueue
          This queue acts similar to the parallel job queue.
 

Uses of Queue in org.apache.sling.event.jobs
 

Methods in org.apache.sling.event.jobs that return Queue
 Queue JobManager.getQueue(String name)
          Return a queue with a specific name (if running)
 

Methods in org.apache.sling.event.jobs that return types with arguments of type Queue
 Iterable<Queue> JobManager.getQueues()
          Return an iterator for all available queues.
 



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