Package org.attribyte.sql.pool
package 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.
-
ClassDescriptionProvides logical database connections to an application from a pool of physical connections that are maintained by the pool.Initializes and creates connection pools.Pool statistics.A logical database connection returned to applications from a
ConnectionPool.How are connections that have exceeded the activity timeout handled?The policy followed when a connection is forcibly closed by the pool (e.g. when the activity timeout is reached or the connection lifetime expires).How are incomplete transactions handled on connection close?How are open statements after close handled?ADataSourceimplementation for pools.A collection of connections that are managed as a single unit as part of a pool.Initializes and creates a connection pool segment.Immutable configuration for a database connection, including the connection string orDataSource, credentials, test SQL, and timeout settings.Initializes and creates an immutable connection configuration.Allows connection passwords to be specified at runtime.