|
Class Summary |
| ConnectionWrapper |
ConnectionWrapper is a java.sql.Connection implementation that wraps another
Connection, delegating method calls to this connection. |
| ContainerPoolFactory |
Basic JNDI object factory that creates an instance of
PoolManager that has been configured based on the
RefAddr values of the specified Reference. |
| DataSourceInfo |
Helper JavaBean class that holds DataSource login information. |
| DriverDataSource |
DriverDataSource is a simple DataSource implementation
wrapping a JDBC driver. |
| PoolDataSource |
PoolDataSource allows to generate pooled connections. |
| PooledConnectionImpl |
PooledConnectionImpl is an implementation of a pooling wrapper
for the database connection as per JDBC3 spec. |
| PoolManager |
PoolManager is a pooling DataSource impementation. |