Package | Description |
---|---|
org.apache.commons.dbcp.datasources |
This package contains two DataSources:
PerUserPoolDataSource and
SharedPoolDataSource which provide a database connection pool. |
Modifier and Type | Method and Description |
---|---|
protected PooledConnectionAndInfo |
SharedPoolDataSource.getPooledConnectionAndInfo(java.lang.String username,
java.lang.String password) |
protected PooledConnectionAndInfo |
PerUserPoolDataSource.getPooledConnectionAndInfo(java.lang.String username,
java.lang.String password) |
protected abstract PooledConnectionAndInfo |
InstanceKeyDataSource.getPooledConnectionAndInfo(java.lang.String username,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
private void |
InstanceKeyDataSource.closeDueToException(PooledConnectionAndInfo info) |