Uses of Interface
krati.sos.ObjectStore

Packages that use ObjectStore
krati.sos   
 

Uses of ObjectStore in krati.sos
 

Classes in krati.sos that implement ObjectStore
 class ObjectStoreAgent<K,V>
          ObjectStoreAgent: An agent that wraps an ObjectStore can have inbound and outbound ObjectHandler(s).
 class SerializableObjectStore<K,V>
          A key-value store for serializable objects.
 

Fields in krati.sos declared as ObjectStore
protected  ObjectStore<K,V> ObjectStoreAgent._store
           
 

Methods in krati.sos that return ObjectStore
 ObjectStore<K,V> ObjectStoreAgent.getObjectStore()
           
 

Constructors in krati.sos with parameters of type ObjectStore
ObjectStoreAgent(ObjectStore<K,V> store, ObjectHandler<V> inboundHandler, ObjectHandler<V> outboundHandler)
           
 



Copyright © 2011. All Rights Reserved.