Uses of Interface
org.mule.api.store.QueueStore

Packages that use QueueStore
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.spring.factories   
org.mule.processor.strategy   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
org.mule.util.store   
 

Uses of QueueStore in org.mule.config
 

Methods in org.mule.config with parameters of type QueueStore
 void QueueProfile.addQueueStore(QueueStore<Serializable> objectStore)
           
 void QueueProfile.setQueueStore(QueueStore<Serializable> objectStore)
           
 

Constructors in org.mule.config with parameters of type QueueStore
QueueProfile(int maxOutstandingMessages, QueueStore<Serializable> objectStore)
           
QueueProfile(QueueStore<Serializable> objectStore)
           
 

Uses of QueueStore in org.mule.config.spring.factories
 

Methods in org.mule.config.spring.factories that return QueueStore
 QueueStore<Serializable> QueueProfileFactoryBean.getQueueStore()
           
 

Methods in org.mule.config.spring.factories with parameters of type QueueStore
 void QueueProfileFactoryBean.setQueueStore(QueueStore<Serializable> queueStore)
           
 

Uses of QueueStore in org.mule.processor.strategy
 

Fields in org.mule.processor.strategy declared as QueueStore
protected  QueueStore<Serializable> QueuedAsynchronousProcessingStrategy.queueStore
           
 

Methods in org.mule.processor.strategy that return QueueStore
 QueueStore<Serializable> QueuedAsynchronousProcessingStrategy.getQueueStore()
           
 

Methods in org.mule.processor.strategy with parameters of type QueueStore
 void QueuedAsynchronousProcessingStrategy.setQueueStore(QueueStore<Serializable> queueStore)
           
 

Uses of QueueStore in org.mule.util.queue
 

Fields in org.mule.util.queue declared as QueueStore
protected  QueueStore<Serializable> QueueConfiguration.objectStore
           
 

Constructors in org.mule.util.queue with parameters of type QueueStore
QueueConfiguration(int capacity, QueueStore<Serializable> objectStore)
           
QueueConfiguration(MuleContext context, int capacity, QueueStore<Serializable> objectStore)
           
 

Uses of QueueStore in org.mule.util.store
 

Classes in org.mule.util.store that implement QueueStore
 class QueueStoreAdapter<T extends Serializable>
          Adapts a ListableObjectStore to make it useful to store event queues.
 

Methods in org.mule.util.store that return QueueStore
 QueueStore<Serializable> MuleDefaultObjectStoreFactory.createDefaultInMemoryQueueStore()
           
 QueueStore<Serializable> DefaultObjectStoreFactory.createDefaultInMemoryQueueStore()
           
static QueueStore<Serializable> DefaultObjectStoreFactoryBean.createDefaultInMemoryQueueStore()
           
 QueueStore<Serializable> MuleDefaultObjectStoreFactory.createDefaultPersistentQueueStore()
           
 QueueStore<Serializable> DefaultObjectStoreFactory.createDefaultPersistentQueueStore()
           
static QueueStore<Serializable> DefaultObjectStoreFactoryBean.createDefaultPersistentQueueStore()
           
 



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