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 Map<String,ConnectionPool> |
ConnectionPoolManager.poolMap |
Modifier and Type | Method and Description |
---|---|
ConnectionPool |
ConnectionPoolManager.addAlias(String poolKey,
String driverClassName,
String dbURL,
String userName,
String password,
int maxSize,
long expiration)
Set up a pool with a given key.
|
ConnectionPool |
ConnectionPoolManager.getPool(String poolKey)
Look for a pool with a given key.
|
Constructor and Description |
---|
WrappedConnection(ConnectionPool owner,
Connection connection)
Constructor
|
WrappedConnection(ConnectionPool owner,
Connection connection,
Exception instantiationException)
Constructor
|