AbstractPoolManager |
Abstract Pool manager for unimplemented features.
|
AssocWithThreadResourcePool |
Associates a resource with the thread.
|
ConnectionLeakDetector |
Connection leak detector, book keeps the caller stack-trace during getConnection()
Once the leak-timeout expires, assumes a connection leak and prints the caller stack-trace
Also, reclaims the connection if connection-leak-reclaim in ON
|
ConnectionPool |
Connection Pool for Connector & JDBC resources
|
PoolLifeCycleListenerRegistry |
Implementation of PoolLifeCycleListener to listen to events related to a
connection pool.
|
PoolLifeCycleRegistry |
Implementation of PoolLifeCycle to listen to events related to a
connection pool creation or destroy.
|
PoolManagerImpl |
|
PoolStatus |
Reflects the current status of the Connection Pool.
|
PoolTxHelper |
Transaction helper for the pool to check various states of a resource that is taking part in the transaction.
|
ResourceGateway |
Resource gateway used to restrict the resource access.
|
ResourcePoolFactoryImpl |
Factory to create appropriate connection pool.
|
UnpooledResource |
This resource pool is created when connection pooling is switched off
Hence no pooling happens in this resource pool
|