dbXML API

Package com.dbxml.db.core

This is the top-level package for all dbXML Core functionality.

See:
          Description

Interface Summary
Container Container is a generic container for objects that are stored in a collection.
DatabaseEventListener DatabaseEventListener is an interface that can be implemented by a class and registered with a Database instance in order to listen for various events.
 

Class Summary
Cache Cache implements a basic cache for Collections.
ClassResolver ClassResolver is a utility class to replaces the use of Class.forName for dynamic class loading.
Collection Collection represents a collection of Documents.
CollectionManager CollectionManager is the base class for Collection, and as a result Database as well.
Database The Database class, which is also a Collection class, serves as the top level container for a dbXML database.
FaultCodes FaultCodes defines the dbXML specific fault codes and associated error messages.
SystemCollection SystemCollection represents the System Collection.
 

Exception Summary
DBException A DBException is thrown by the database if an exception occurs in the managing (creating, dropping) database objects such as Collections, Indexes, and Extensions.
 

Package com.dbxml.db.core Description

This is the top-level package for all dbXML Core functionality.


dbXML API

Copyright (c) 2004 The dbXML Group