Uses of Interface
org.mule.util.queue.Queue

Packages that use Queue
org.mule.processor   
org.mule.streaming   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of Queue in org.mule.processor
 

Fields in org.mule.processor declared as Queue
protected  Queue SedaStageInterceptingMessageProcessor.queue
           
 

Uses of Queue in org.mule.streaming
 

Constructors in org.mule.streaming with parameters of type Queue
QueueProducer(Queue queue)
          Creates an instance with 5000 milliseconds as the default polling value
QueueProducer(Queue queue, long timeout)
           
 

Uses of Queue in org.mule.util.queue
 

Methods in org.mule.util.queue that return Queue
 Queue QueueSession.getQueue(String name)
           
 

Methods in org.mule.util.queue with parameters of type Queue
protected  void TransactionalQueueManager.disposeQueue(Queue queue)
           
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.