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

Packages that use ObjectStore
org.mule.cache   
org.mule.module.spring.objectstore   
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.transport.jdbc.store   
org.mule.util.store   
 

Uses of ObjectStore in org.mule.cache
 

Methods in org.mule.cache that return ObjectStore
 ObjectStore<MuleEvent> ObjectStoreCachingStrategy.getStore()
           
 

Methods in org.mule.cache with parameters of type ObjectStore
 void ObjectStoreCachingStrategy.setStore(ObjectStore<MuleEvent> store)
           
 

Uses of ObjectStore in org.mule.module.spring.objectstore
 

Classes in org.mule.module.spring.objectstore that implement ObjectStore
 class SpringCacheObjectStore<T extends Serializable>
          Implements an ObjectStore using Spring module cache.
 

Uses of ObjectStore in org.mule.routing
 

Fields in org.mule.routing declared as ObjectStore
protected  ObjectStore<String> IdempotentMessageFilter.store
           
 

Methods in org.mule.routing that return ObjectStore
protected  ObjectStore<String> IdempotentMessageFilter.createMessageIdStore()
           
 ObjectStore<String> IdempotentMessageFilter.getStore()
           
 

Methods in org.mule.routing with parameters of type ObjectStore
 void IdempotentMessageFilter.setStore(ObjectStore<String> store)
           
 

Uses of ObjectStore in org.mule.transport.jdbc.store
 

Classes in org.mule.transport.jdbc.store that implement ObjectStore
 class JdbcObjectStore<T extends Serializable>
           
 

Uses of ObjectStore in org.mule.util.store
 

Classes in org.mule.util.store that implement ObjectStore
 class AbstractMonitoredObjectStore<T extends Serializable>
          TODO
 class InMemoryObjectStore<T extends Serializable>
          InMemoryObjectStore implements an optionally bounded in-memory store for message IDs with periodic expiry of old entries.
 class TextFileObjectStore
          A Simple object store that stores String objects by key to a text file.
 



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