Package krati.sos

Interface Summary
ObjectCache<T> ObjectCache
ObjectHandler<V> ObjectHandler
ObjectSerializer<V> An interface for object serialization and construction (de-serialization).
ObjectStore<K,V> ObjectStore
 

Class Summary
ObjectCacheAgent<T> ObjectCacheAgent: An agent that wraps an ObjectCache can have inbound and outbound ObjectHandler(s).
ObjectStoreAgent<K,V> ObjectStoreAgent: An agent that wraps an ObjectStore can have inbound and outbound ObjectHandler(s).
ObjectStoreIterator<K,V>  
ObjectStoreKeyIterator<K>  
SerializableObjectCache<T> A simple data cache for serializable objects.
SerializableObjectStore<K,V> A key-value store for serializable objects.
 

Exception Summary
ObjectConstructionException ObjectConstructionException An exception is thrown by ObjectSerializer if an object cannot be constructed (i.e.
 



Copyright © 2011. All Rights Reserved.