Class PoolableManagedConnection

All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, PoolableConnectionMXBean, org.apache.commons.pool2.TrackedUse

public class PoolableManagedConnection extends PoolableConnection
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
Since:
2.0
Version:
$Id: PoolableManagedConnection.java 1649430 2015-01-04 21:29:32Z tn $
See Also: