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

Packages that use ObjectStore
org.mule.routing Defines the core routing patterns supported by mule. 
org.mule.util.store   
 

Uses of ObjectStore in org.mule.routing
 

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

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

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

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-2010 MuleSoft, Inc.. All Rights Reserved.