Class AbstractConnectionPool.DefaultPooledConnectionProxy

java.lang.Object
org.ldaptive.pool.AbstractConnectionPool.DefaultPooledConnectionProxy
All Implemented Interfaces:
InvocationHandler, PooledConnectionProxy
Enclosing class:
AbstractConnectionPool

protected class AbstractConnectionPool.DefaultPooledConnectionProxy extends Object implements PooledConnectionProxy
Contains a connection that is participating in this pool. Used to track how long a connection has been in use and override certain method invocations.