Package | Description |
---|---|
org.apache.commons.dbcp.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
CPDSConnectionFactory
A
PoolableObjectFactory that creates
PoolableConnection s. |
(package private) class |
KeyedCPDSConnectionFactory
A {*link PoolableObjectFactory} that creates
{*link PoolableConnection}s.
|
Modifier and Type | Method and Description |
---|---|
protected PooledConnectionManager |
SharedPoolDataSource.getConnectionManager(UserPassKey upkey) |
protected PooledConnectionManager |
PerUserPoolDataSource.getConnectionManager(UserPassKey upkey) |
protected abstract PooledConnectionManager |
InstanceKeyDataSource.getConnectionManager(UserPassKey upkey) |