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

Packages that use QueueStoreDelegate
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 QueueStoreDelegate in org.mule.util.queue
 

Subinterfaces of QueueStoreDelegate in org.mule.util.queue
 interface TransactionalQueueStoreDelegate
          A marker interface for a QueueStoreDelegate that, along with its store, is transactional
 

Classes in org.mule.util.queue that implement QueueStoreDelegate
 class AbstractQueueStoreDelegate
          Abstract queue delegate implementation that forces common queue behaviour
 class DefaultQueueStoreDelegate
          The default QueueStoreDelegate.
 class DualRandomAccessFileQueueStoreDelegate
          TransactionalQueueStoreDelegate implementation using two files for storing the queue data.
 

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

Subinterfaces of QueueStoreDelegate in org.mule.util.queue.objectstore
 interface TakingQueueStoreDelegate
          Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation
 



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