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

Packages that use QueueSession
org.mule.impl.model   
org.mule.impl.model.seda.optimised   
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.util.queue
 

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



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.