| Package | Description |
|---|---|
| org.apache.manifoldcf.core.database | |
| org.apache.manifoldcf.core.jdbcpool |
| Modifier and Type | Method and Description |
|---|---|
protected static WrappedConnection |
ConnectionFactory.getConnectionWithRetries(ConnectionPool cp) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPool |
WrappedConnection.owner |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,ConnectionPool> |
ConnectionPoolManager.poolMap |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool |
ConnectionPoolManager.addAlias(java.lang.String poolKey,
java.lang.String driverClassName,
java.lang.String dbURL,
java.lang.String userName,
java.lang.String password,
int maxSize,
long expiration)
Set up a pool with a given key.
|
ConnectionPool |
ConnectionPoolManager.getPool(java.lang.String poolKey)
Look for a pool with a given key.
|
| Constructor and Description |
|---|
WrappedConnection(ConnectionPool owner,
java.sql.Connection connection)
Constructor
|
WrappedConnection(ConnectionPool owner,
java.sql.Connection connection,
java.lang.Exception instantiationException)
Constructor
|