Uses of Class
org.apache.commons.pool2.impl.BaseObjectPoolConfig
-
Packages that use BaseObjectPoolConfig Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseObjectPoolConfig in org.apache.commons.pool2.impl
Subclasses of BaseObjectPoolConfig in org.apache.commons.pool2.impl Modifier and Type Class Description class
GenericKeyedObjectPoolConfig
A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool
.class
GenericObjectPoolConfig
A simple "struct" encapsulating the configuration for aGenericObjectPool
.Methods in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfig Modifier and Type Method Description private javax.management.ObjectName
BaseGenericObjectPool. jmxRegister(BaseObjectPoolConfig config, java.lang.String jmxNameBase, java.lang.String jmxNamePrefix)
Registers the pool with the platform MBean server.Constructors in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfig Constructor Description BaseGenericObjectPool(BaseObjectPoolConfig config, java.lang.String jmxNameBase, java.lang.String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for monitoring.
-