Package org.dlese.dpc.datamgr


package org.dlese.dpc.datamgr
  • Class
    Description
    Indicates that an event occurred affecting data managed by a DataManager source.
    Provides the interface for Objects listening to a DataManager source.
    Provides an abstract implementation of a common interface for applications needing to work with a data store.
    Indicates that a DataManager was asked to change an object of data but the requester does not have the appropriate lock.
    Provides an abstract implementation of a common interface for applications needing to work with a data store.
    Indicates that a DataManager was asked to get a lock for a particular object that is already locked
    Indicates that a DataManager was asked to handle an object of data that it does not understand.
    Indicates that a DataManager was asked to add a new object of data with an OID that is already in use.
    Indicates that a DataManager was asked to handle an object of data associated an OID that does not exist.
    A Hashtable-like interface for reading and writing persistent Java objects from and to disc.
    DESCRIPTION
     
    A Hashtable-like interface for reading and writing persistent Java objects from and to disc.