Home

Package xl2.odb

Object database.

See:
          Description

Class Summary
EncryptedDatabase Encypts serialized objects using Password Based Encryption with MD5 and DES.
XL2Database A network of serialized objects accessible from a single root object.
XL2Reference Persistent reference.
XL2Transaction A transaction of a single XL2database.
XL2TransactionMgr Static access to a thread's XL2Transaction.
 

Exception Summary
DatabaseLockedException A lock exists which prevents the database from being opened in the desired mode.
DatabaseNotOpenException A call was made that required an XL2Database to be open when it was not.
InvalidObjectException Thrown when attempting to lock objects whose state may differ from there last committed state.
LockNotGrantedException Indicates a lock could not be granted on an object.
XL2Exception Base exception for this package.
 

Package xl2.odb Description

Object database.


Home