Package net.sf.jso

Interface Summary
ControllerInfo Interface for storage control information.
ManagerInfo Interface for storage management information.
OID Inteface for object identification.
StatusListener Listener to status events.
Storable Interface used to mark storable classes.
StorableMetadata Interface for objects' storage management metadata.
StorageController Controller responsible for coordinating storage operations by several concurrent storage managers.
StorageEnvironment Class that represents the storage environment of an application.
StorageManager Manager responsible for storage operations with storable objects.
 

Class Summary
Status Class used to indicate status for storage manager and storage controller
StatusEvent An event which indicates that a status change occurred.
 

Exception Summary
DuplicateObjectException Storage exception thrown when an attempt is made to store a duplicate object.
IntegrityException Storage exception thrown when an operation would cause a referential integrity problem.
ObjectNotFoundException Storage exception thrown when an object is not found.
RuntimeStorageException Class for storage management runtime exceptions.
StorageException Class for storage management exceptions.