Interface | Description |
---|---|
DataListener |
Provides the interface for Objects listening to a DataManager source.
|
Class | Description |
---|---|
DataEvent |
Indicates that an event occurred affecting data managed by a DataManager
source.
|
DataManager |
Provides an abstract implementation of a common interface for applications
needing to work with a data store.
|
ListenerDataManager |
Provides an abstract implementation of a common interface for applications
needing to work with a data store.
|
SerializedDataManager |
A Hashtable-like interface for reading and writing persistent Java objects from and to
disc.
|
SerializedDataManagerPerformanceTests |
DESCRIPTION
|
SerializedDataManagerTest | |
SimpleDataStore |
A Hashtable-like interface for reading and writing persistent Java objects from and to
disc.
|
Exception | Description |
---|---|
InvalidLockException |
Indicates that a DataManager was asked to change an object of data
but the requester does not have the appropriate lock.
|
LockNotAvailableException |
Indicates that a DataManager was asked to get a lock for
a particular object that is already locked
|
ObjectNotSupportedException |
Indicates that a DataManager was asked to handle an object of data
that it does not understand.
|
OIDAlreadyExistsException |
Indicates that a DataManager was asked to add a new object of data
with an OID that is already in use.
|
OIDDoesNotExistException |
Indicates that a DataManager was asked to handle an object of data
associated an OID that does not exist.
|