Package com.gargoylesoftware.base.objectstore

Classes involving object stores.

See:
          Description

Class Summary
DispatchingObjectStore An object store that just dispatches commands to other object stores
ObjectStore This is a wrapper for the data layer in an application.
ObjectStoreCommand A command that can be sent to an object store
ReflectedObjectStore An object store that allows configuration by reflection.
 

Exception Summary
ObjectStoreCommandNotSupportedException Exception that will be thrown when a command is passed into an object store and that store does not understand the specified command.
ObjectStoreException Thrown when an error occuring during the processing of an object store.
 

Package com.gargoylesoftware.base.objectstore Description

Classes involving object stores. These are wrappers for data access.



Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.