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

Packages that use QueueSession
org.mule.impl.model   
org.mule.impl.model.seda.optimised   
org.mule.impl.space   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of QueueSession in org.mule.impl.model
 

Methods in org.mule.impl.model with parameters of type QueueSession
 void MuleProxy.onEvent(QueueSession session, UMOEvent event)
          Sets the current event being processed
 void DefaultMuleProxy.onEvent(QueueSession session, UMOEvent event)
          Sets the current event being processed
 

Uses of QueueSession in org.mule.impl.model.seda.optimised
 

Methods in org.mule.impl.model.seda.optimised with parameters of type QueueSession
 void OptimisedMuleProxy.onEvent(QueueSession session, UMOEvent event)
          Sets the current event being processed
 

Uses of QueueSession in org.mule.impl.space
 

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

Uses of QueueSession in org.mule.util.queue
 

Methods in org.mule.util.queue that return QueueSession
 QueueSession QueueManager.getQueueSession()
           
 QueueSession TransactionalQueueManager.getQueueSession()
           
 



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