| Package | Description |
|---|---|
| org.apache.commons.dbcp.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
| Class and Description |
|---|
| InstanceKeyDataSource
The base class for
SharedPoolDataSource and
PerUserPoolDataSource. |
| InstanceKeyObjectFactory
A JNDI ObjectFactory which creates
SharedPoolDataSources
or PerUserPoolDataSources |
| KeyedCPDSConnectionFactory
A {*link PoolableObjectFactory} that creates
{*link PoolableConnection}s.
|
| PooledConnectionAndInfo
Immutable poolable object holding a PooledConnection along with the username and password
used to create the connection.
|
| PooledConnectionManager
Methods to manage PoolableConnections and the connection pools that source them.
|
| PoolKey |
| UserPassKey
Holds a username, password pair.
|