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

Packages that use ObjectStore
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
org.mule.util.store   
 

Uses of ObjectStore in org.mule.routing.inbound
 

Fields in org.mule.routing.inbound declared as ObjectStore
protected  ObjectStore IdempotentReceiver.store
           
 

Methods in org.mule.routing.inbound that return ObjectStore
protected  ObjectStore IdempotentReceiver.createMessageIdStore()
           
 ObjectStore IdempotentReceiver.getStore()
           
 

Methods in org.mule.routing.inbound with parameters of type ObjectStore
 void IdempotentReceiver.setStore(ObjectStore store)
           
 

Uses of ObjectStore in org.mule.util.store
 

Classes in org.mule.util.store that implement ObjectStore
 class AbstractMonitoredObjectStore
          TODO
 class InMemoryObjectStore
          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-2009 MuleSource, Inc.. All Rights Reserved.