Uses of Interface
org.apache.commons.dbcp2.PoolableConnectionMXBean
Packages that use PoolableConnectionMXBean
Package
Description
Database Connection Pool API.
This package provides support for pooling of ManagedConnections.
-
Uses of PoolableConnectionMXBean in org.apache.commons.dbcp2
Classes in org.apache.commons.dbcp2 that implement PoolableConnectionMXBeanModifier 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
Classes in org.apache.commons.dbcp2.managed that implement PoolableConnectionMXBeanModifier and TypeClassDescriptionclass
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.