Class Summary |
ConnectionPool |
This class implements a connection pool. |
ConnectionWrapper |
This class is a wrapper around a Connection, overriding the
close method to just inform the DataSourceWrapper that it's available
for reuse again, and the isClosed method to return the state
of the wrapper instead of the Connection. |
DataSourceFactory |
This class is an implementation of the ObjectFactory interface,
used by a container to create instances of resources accessible
through JNDI. |
DataSourceWrapper |
This class is a wrapper implementing the JDBC 2.0 DataSource
interface, used to make the ConnectionPool class look like
a JDBC 2.0 DataSource. |