Uses of Package
org.mule.util.queue

Packages that use org.mule.util.queue
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.processor   
org.mule.streaming   
org.mule.transport.vm A connector implementation allowing events to be passed between Mule sessions via in-memory queues. 
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Classes in org.mule.util.queue used by org.mule
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
 

Classes in org.mule.util.queue used by org.mule.api
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
 

Classes in org.mule.util.queue used by org.mule.config
QueueConfiguration
           
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
 

Classes in org.mule.util.queue used by org.mule.processor
Queue
          Queue TODO
QueueConfiguration
           
 

Classes in org.mule.util.queue used by org.mule.streaming
Queue
          Queue TODO
 

Classes in org.mule.util.queue used by org.mule.transport.vm
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
 

Classes in org.mule.util.queue used by org.mule.util.queue
Queue
          Queue TODO
QueueConfiguration
           
QueueInfo
          Stores information about a Queue
QueueInfo.QueueInfoDelegateFactory
          A factory for creating object store-specific queue info delegates
QueueInfoDelegate
          A QueueInfo delegates the actual work of processing its queue to one of these.
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
QueueSession
           
TransactionalQueueManager
          The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
TransientQueueInfoDelegate
          A marker interface for a QueueInfoDelegate that needs to be rebuilt at startup
 



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