|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.config.spring.factories | |
org.mule.processor.strategy | |
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>
|
Uses of ListableObjectStore in org.mule.config |
---|
Methods in org.mule.config that return ListableObjectStore | |
---|---|
ListableObjectStore<Serializable> |
QueueProfile.getObjectStore()
|
Methods in org.mule.config with parameters of type ListableObjectStore | |
---|---|
void |
QueueProfile.addQueueStore(ListableObjectStore<Serializable> objectStore)
|
void |
QueueProfile.setQueueStore(ListableObjectStore<Serializable> objectStore)
|
Constructors in org.mule.config with parameters of type ListableObjectStore | |
---|---|
QueueProfile(int maxOutstandingMessages,
ListableObjectStore<Serializable> objectStore)
|
|
QueueProfile(ListableObjectStore<Serializable> objectStore)
|
Uses of ListableObjectStore in org.mule.config.spring.factories |
---|
Methods in org.mule.config.spring.factories that return ListableObjectStore | |
---|---|
ListableObjectStore<Serializable> |
QueueProfileFactoryBean.getQueueStore()
|
Methods in org.mule.config.spring.factories with parameters of type ListableObjectStore | |
---|---|
void |
QueueProfileFactoryBean.setQueueStore(ListableObjectStore<Serializable> queueStore)
|
Uses of ListableObjectStore in org.mule.processor.strategy |
---|
Fields in org.mule.processor.strategy declared as ListableObjectStore | |
---|---|
protected ListableObjectStore<Serializable> |
QueuedAsynchronousProcessingStrategy.queueStore
|
Methods in org.mule.processor.strategy that return ListableObjectStore | |
---|---|
ListableObjectStore<Serializable> |
QueuedAsynchronousProcessingStrategy.getQueueStore()
|
Methods in org.mule.processor.strategy with parameters of type ListableObjectStore | |
---|---|
void |
QueuedAsynchronousProcessingStrategy.setQueueStore(ListableObjectStore<Serializable> queueStore)
|
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 |
---|
Fields in org.mule.util.queue declared as ListableObjectStore | |
---|---|
protected ListableObjectStore<Serializable> |
QueueConfiguration.objectStore
|
Methods in org.mule.util.queue that return ListableObjectStore | |
---|---|
ListableObjectStore<Serializable> |
QueueInfo.getStore()
|
Constructors in org.mule.util.queue with parameters of type ListableObjectStore | |
---|---|
QueueConfiguration(int capacity,
ListableObjectStore<Serializable> objectStore)
|
|
QueueConfiguration(MuleContext context,
int capacity,
ListableObjectStore<Serializable> objectStore)
|
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |