Interface | Description |
---|---|
IGarbageListener |
garbage sweep operation listener
|
IStore |
interface for object storage
|
IStoreForGarbage |
Class | Description |
---|---|
AbstractDelegatingToStoreManagers | |
AbstractStoreDelegatingToDataManager | |
Store |
object storage management in file
manage root object synchronization in file default substitution setup is: PLinkedHashSet for HashSet PTreeSet for TreeSet PLinkedHashSet for LinkedHashSet PLinkedHashMap for HashMap PTreeMap for TreeMap PHashtable for HashTable only one path for one store, two store can not share the same directory for files |
StoreServiceTests |
Exception | Description |
---|---|
StoreClassNotFoundException |
Class of a serialized object cannot be found.
|
StoreDataCorruptedException |
data is inconsistent.
|
StoreException | |
StoreInvalidClassException |
throws when something is wrong with a class used by serialization
|
StoreNotSerializableException |
Some object to be serialized does not follow joafip persistence rules or does
not implement the java.io.Serializable interface.
|
StoreRuntimeException | |
StoreTooBigForSerializationException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.