| Interface | Description |
|---|---|
| ConnectionLeakListener |
Leak listener that will be used by ConnectionLeakDetector to intimate the listeners
during connection leaks and to print-leak-stack-trace, reclaim leaked connection.
|
| PoolManager |
PoolManager manages jdbc and connector connection pool
|
| PoolProperties |
Pool supplementary classes can use this to retrieve runtime pool attributes.
|
| ResourceHandler |
ResourceHandler to create/delete resource
|
| ResourcePool |
| Class | Description |
|---|---|
| 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
|
Copyright © 2019. All rights reserved.