| Package | Description |
|---|---|
| org.attribyte.sql.pool |
ACP is an open-source JDBC connection pool designed to support the high throughput, concurrency, tuning,
monitoring and reporting typically required to support production application servers.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPoolConnection.ActivityTimeoutPolicy |
ConnectionPoolConnection.ActivityTimeoutPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPoolConnection.ActivityTimeoutPolicy[] |
ConnectionPoolConnection.ActivityTimeoutPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSegment.Initializer |
ConnectionPoolSegment.Initializer.setActivityTimeoutPolicy(ConnectionPoolConnection.ActivityTimeoutPolicy activityTimeoutPolicy)
Sets the policy followed by the pool when a connection activity timeout
is reached.
|