Uses of Interface
org.apache.commons.dbcp2.DataSourceMXBean
Packages that use DataSourceMXBean
Package
Description
Database Connection Pool API.
This package provides support for pooling of ManagedConnections.
-
Uses of DataSourceMXBean in org.apache.commons.dbcp2
Subinterfaces of DataSourceMXBean in org.apache.commons.dbcp2Modifier and TypeInterfaceDescriptioninterface
Interface to keep API compatibility.Classes in org.apache.commons.dbcp2 that implement DataSourceMXBeanModifier and TypeClassDescriptionclass
Basic implementation ofjavax.sql.DataSource
that is configured via JavaBeans properties. -
Uses of DataSourceMXBean in org.apache.commons.dbcp2.managed
Classes in org.apache.commons.dbcp2.managed that implement DataSourceMXBeanModifier and TypeClassDescriptionclass
BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.