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

Packages that use ListableObjectStore
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.api.store   
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.routing.correlation   
org.mule.routing.requestreply   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
org.mule.util.store   
 

Uses of ListableObjectStore in org.mule
 

Methods in org.mule with parameters of type ListableObjectStore
 void DefaultMuleContext.setObjectStore(String name, ListableObjectStore<Serializable> store)
           
 

Uses of ListableObjectStore in org.mule.api
 

Methods in org.mule.api with parameters of type ListableObjectStore
 void MuleContext.setObjectStore(String name, ListableObjectStore<Serializable> store)
           
 

Uses of ListableObjectStore in org.mule.api.store
 

Subinterfaces of ListableObjectStore in org.mule.api.store
 interface PartitionableExpirableObjectStore<T extends Serializable>
           
 interface PartitionableObjectStore<T extends Serializable>
           
 interface QueueStore<T extends Serializable>
          Defines a <ListableObjectStore to store data for event queues.
 

Uses of ListableObjectStore in org.mule.config
 

Methods in org.mule.config that return ListableObjectStore
 ListableObjectStore<Serializable> QueueProfile.getObjectStore()
           
 

Uses of ListableObjectStore in org.mule.routing
 

Methods in org.mule.routing that return ListableObjectStore
 ListableObjectStore<MuleEvent> UntilSuccessful.getObjectStore()
           
 

Methods in org.mule.routing with parameters of type ListableObjectStore
 void UntilSuccessful.setObjectStore(ListableObjectStore<MuleEvent> objectStore)
           
 

Uses of ListableObjectStore in org.mule.routing.correlation
 

Fields in org.mule.routing.correlation declared as ListableObjectStore
protected  ListableObjectStore<EventGroup> EventCorrelator.eventGroups
          A map of EventGroup objects.
 

Uses of ListableObjectStore in org.mule.routing.requestreply
 

Fields in org.mule.routing.requestreply declared as ListableObjectStore
protected  ListableObjectStore AbstractAsyncRequestReplyRequester.store
           
 

Uses of ListableObjectStore in org.mule.util.queue
 

Methods in org.mule.util.queue that return ListableObjectStore
 ListableObjectStore<Serializable> QueueInfo.getStore()
           
 

Uses of ListableObjectStore in org.mule.util.store
 

Classes in org.mule.util.store that implement ListableObjectStore
 class AbstractPartitionedObjectStore<T extends Serializable>
           
 class ManagedObjectStore<T extends Serializable>
           
 class MonitoredObjectStoreWrapper<T extends Serializable>
          The MonitoredObjectStoreWrapper wraps an ObjectStore which does not support direct expiry and adds this behavior
 class ObjectStorePartition<T extends Serializable>
           
 class PartitionedInMemoryObjectStore<T extends Serializable>
           
 class PartitionedObjectStoreWrapper<T extends Serializable>
           
 class PartitionedPersistentObjectStore<T extends Serializable>
           
 class QueuePersistenceObjectStore<T extends Serializable>
           This is an ObjectStore implementation that is to be used to persist messages on Mule's internal queues.
 class QueueStoreAdapter<T extends Serializable>
          Adapts a ListableObjectStore to make it useful to store event queues.
 class SimpleMemoryObjectStore<T extends Serializable>
           
 

Methods in org.mule.util.store that return ListableObjectStore
 ListableObjectStore<T> PartitionedObjectStoreWrapper.getBaseStore()
           
 

Constructors in org.mule.util.store with parameters of type ListableObjectStore
MonitoredObjectStoreWrapper(ListableObjectStore<MonitoredObjectStoreWrapper.StoredObject<T>> baseStore)
           
MonitoredObjectStoreWrapper(ListableObjectStore<MonitoredObjectStoreWrapper.StoredObject<T>> baseStore, int maxEntries, int entryTTL, int expirationInterval)
           
PartitionedObjectStoreWrapper(String name, MuleContext context, ListableObjectStore<T> store)
           
QueueStoreAdapter(ListableObjectStore<T> store)
           
 



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