Package | Description |
---|---|
org.apache.commons.dbcp.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
Modifier and Type | Field and Description |
---|---|
private UserPassKey |
PooledConnectionAndInfo.upkey |
Modifier and Type | Method and Description |
---|---|
(package private) UserPassKey |
PooledConnectionAndInfo.getUserPassKey() |
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) |