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

Packages that use QueueManager
org.mule Defines the main public API of the MuleManager and support classes such as the MuleServer. 
org.mule.impl.space   
org.mule.umo.manager Manager APIs, including the UMOManager, agent and server event interfaces 
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of QueueManager in org.mule
 

Methods in org.mule that return QueueManager
 QueueManager MuleManager.getQueueManager()
           
 

Methods in org.mule with parameters of type QueueManager
 void MuleManager.setQueueManager(QueueManager queueManager)
           
 

Uses of QueueManager in org.mule.impl.space
 

Methods in org.mule.impl.space that return QueueManager
 QueueManager DefaultSpaceFactory.getQueueManager()
           
 

Methods in org.mule.impl.space with parameters of type QueueManager
 void DefaultSpaceFactory.setQueueManager(QueueManager queueManager)
           
 

Constructors in org.mule.impl.space with parameters of type QueueManager
DefaultSpace(String name, QueueManager qm, boolean enableMonitorEvents)
           
DefaultSpace(String name, String parentName, QueueManager queueManager, QueueSession session, boolean enableMonitorEvents)
          Used for creating child spaces where the session sohuld be reused
DefaultSpaceFactory(QueueManager qm, boolean enableMonitorEvents)
           
 

Uses of QueueManager in org.mule.umo.manager
 

Methods in org.mule.umo.manager that return QueueManager
 QueueManager UMOManager.getQueueManager()
          Gets the queue manager used by mule for queuing events.
 

Methods in org.mule.umo.manager with parameters of type QueueManager
 void UMOManager.setQueueManager(QueueManager queueManager)
          Sets the queue manager used by mule for queuing events.
 

Uses of QueueManager in org.mule.util.queue
 

Classes in org.mule.util.queue that implement QueueManager
 class TransactionalQueueManager
          The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
 



Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.