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.util.journal.queue   
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. 
org.mule.util.xa An abstract resource manager that supports local and xa transactions. 
 

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
          Queue configuration attributes
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
          Interface for mule queues used for SEDA and VM.
QueueConfiguration
          Queue configuration attributes
 

Classes in org.mule.util.queue used by org.mule.streaming
Queue
          Interface for mule queues used for SEDA and VM.
 

Classes in org.mule.util.queue used by org.mule.util.journal.queue
QueueProvider
          Provides access to a certain queue.
QueueStore
          Internal queue interface that hold queue configuration that will execute operations directly to the queue storage.
 

Classes in org.mule.util.queue used by org.mule.util.queue
AbstractQueueManager
          Abstract implementation for a QueueManager.
AbstractQueueSession
           
AbstractQueueStoreDelegate
          Abstract queue delegate implementation that forces common queue behaviour
DefaultQueueStore
          Internal queue implementation that will execute operations directly to the queue storage.
LocalQueueTransactionContext
          Specialization of QueueTransactionContext for local queue transactions
Queue
          Interface for mule queues used for SEDA and VM.
QueueConfiguration
          Queue configuration attributes
QueueManager
          A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
QueueProvider
          Provides access to a certain queue.
QueueSession
          Session for executing operation over queues.
QueueStore
          Internal queue interface that hold queue configuration that will execute operations directly to the queue storage.
QueueStoreCacheListener
          Listener for queue operations affecting the queue store cache.
QueueStoreDelegate
          A DefaultQueueStore delegates the actual work of processing its queue to one of these.
QueueTransactionContext
          Contract for a transactional context for queue operations.
QueueTransactionContextFactory
          Factory for a transient and persistent QueueTransactionContext
QueueXaResourceManager
           
RecoverableQueueStore
          Extension of QueueStore required to be able to recover a queue store base on a transaction journal.
TransactionalQueueStoreDelegate
          A marker interface for a QueueStoreDelegate that, along with its store, is transactional
TransactionContextProvider
          Provides access to the transaction context if there is one for the current session.
TransientQueueTransactionContext
          Transaction context for transient queues
XaQueueTransactionContext
          XA Transaction context for queues
XaQueueTypeTransactionContextAdapter
           
 

Classes in org.mule.util.queue used by org.mule.util.queue.objectstore
Queue
          Interface for mule queues used for SEDA and VM.
QueueConfiguration
          Queue configuration attributes
QueueStoreDelegate
          A DefaultQueueStore delegates the actual work of processing its queue to one of these.
 

Classes in org.mule.util.queue used by org.mule.util.xa
QueueProvider
          Provides access to a certain queue.
 



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