| 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.
|
| org.attribyte.sql.pool.contrib |
| Class and Description |
|---|
| ConnectionPool
Provides logical database connections to an application from
a pool of physical connections that are maintained by the pool.
|
| ConnectionPool.Initializer
Initializes and creates connection pools.
|
| ConnectionPool.Stats
Pool statistics.
|
| ConnectionPoolConnection.ActivityTimeoutPolicy
How are connections that have exceeded the activity timeout handled?
|
| ConnectionPoolConnection.ForceRealClosePolicy
How are open statements after close handled?
|
| ConnectionPoolConnection.IncompleteTransactionPolicy
How are incomplete transactions handled on connection close?
|
| ConnectionPoolConnection.OpenStatementPolicy
How are open statements after close handled?
|
| ConnectionPoolSegment
A collection of connections that are managed as a single unit as part of a
pool.
|
| ConnectionPoolSegment.Initializer
Initialize and create a segment.
|
| ConnectionPoolSegment.Stats
Statistics for this segment.
|
| JDBConnection
A JDBC connection.
|
| JDBConnection.Initializer
Initialize an immutable connection.
|
| PasswordSource
Allows connection passwords to be specified at runtime.
|
| Class and Description |
|---|
| PasswordSource
Allows connection passwords to be specified at runtime.
|