JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.commons.pool2.impl.GenericObjectPoolMXBean
Packages that use
GenericObjectPoolMXBean
Package
Description
org.apache.commons.pool2.impl
Object pooling API implementations.
Uses of
GenericObjectPoolMXBean
in
org.apache.commons.pool2.impl
Classes in
org.apache.commons.pool2.impl
that implement
GenericObjectPoolMXBean
Modifier and Type
Class
Description
class
GenericObjectPool
<T>
A configurable
ObjectPool
implementation.