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.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 DefaultJobManager.getQueue(String name)
           
 

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

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.