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

Packages that use QueueSession
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
org.mule.util.queue.objectstore A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of QueueSession in org.mule.util.queue
 

Classes in org.mule.util.queue that implement QueueSession
 class AbstractQueueSession
           
 class TransactionalQueueSession
          A Queue session that is used to manage the transaction context of a Queue.
 

Methods in org.mule.util.queue that return QueueSession
 QueueSession DelegateQueueManager.getQueueSession()
           
 QueueSession TransactionalQueueManager.getQueueSession()
          Returns a new instance of QueueSession bounded to this QueueManager
 QueueSession QueueManager.getQueueSession()
          Returns a new instance of QueueSession bounded to this QueueManager
 

Uses of QueueSession in org.mule.util.queue.objectstore
 

Methods in org.mule.util.queue.objectstore that return QueueSession
 QueueSession TransactionalQueueManager.getQueueSession()
          Deprecated. Returns a new instance of QueueSession bounded to this QueueManager
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.