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

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

Uses of QueueInfoDelegate in org.mule.util.queue
 

Subinterfaces of QueueInfoDelegate in org.mule.util.queue
 interface TakingQueueInfoDelegate
          A QueueInfoDelegate that can take objects directly from its store
 interface TransactionalQueueInfoDelegate
          A marker interface for a QueueInfoDelegate that, along with its store, is transactional
 interface TransientQueueInfoDelegate
          A marker interface for a QueueInfoDelegate that needs to be rebuilt at startup
 

Classes in org.mule.util.queue that implement QueueInfoDelegate
 class DefaultQueueInfoDelegate
          The default QueueInfoDelegate.
 

Methods in org.mule.util.queue that return QueueInfoDelegate
 QueueInfoDelegate QueueInfo.QueueInfoDelegateFactory.createDelegate(QueueInfo parent, MuleContext muleContext)
          Create a delegate
 



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