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

Packages that use Queue
org.apache.sling.event.jobs   
 

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-2011 The Apache Software Foundation. All Rights Reserved.