Class PoolableConnection

java.lang.Object
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, PoolableConnectionMXBean, TrackedUse
Direct Known Subclasses:
PoolableManagedConnection

public class PoolableConnection extends DelegatingConnection<Connection> implements PoolableConnectionMXBean
A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
Since:
2.0