Uses of Interface
org.apache.commons.dbcp2.PoolableConnectionMXBean
Package
Description
Database Connection Pool API.
This package provides support for pooling of ManagedConnections.
-
Uses of PoolableConnectionMXBean in org.apache.commons.dbcp2
Modifier and TypeClassDescriptionclass
A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed. -
Uses of PoolableConnectionMXBean in org.apache.commons.dbcp2.managed
Modifier and TypeClassDescriptionclass
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.