Package com.xavax.xstore.util

This package contains classes which are used by the XStore/J persistence framework or clients of the framework but might also be useful in other areas.

See:
          Description

Interface Summary
CollectionMap CollectionMap is the interface for containers that implements the Collection interface but delegate to a Map class.
Pool Pool defines the interface for a pool of resources.
 

Class Summary
AbstractCollectionMap AbstractCollectionMap implements all methods of the CollectionMap interface except makeKey and is intended to be used as an abstract base class for containers that need Map capabilities.
AbstractPool AbstractPool implements the Pool interface and serves as an abstract base class for all resource pools.
ApplicationContext ApplicationContext is used to make information about the application available to any class without adding application-specific knowledge to each class.
Connection  
DataSource DataSource implements the javax.sql.DataSource interface using the driver manager.
InitialContext InitialContext can be used when running outside of an application server environment without a name server.
InitialContextFactory InitialContextFactory creates an initial context for use when running outside of an application server environment without a name server.
NamedValue NamedValue encapsulates a name:value pair and is used to construct an RDictionary (reverse dictionary).
RDictionary RDictionary is a reverse dictionary that allows looking up keys by value as well as looking up values by key.
 

Exception Summary
PoolException  
 

Package com.xavax.xstore.util Description

This package contains classes which are used by the XStore/J persistence framework or clients of the framework but might also be useful in other areas. The DataSource, InitialContext, and InitialContextFactory classes are useful when running in an environment without a name server.