Uses of Class
org.apache.commons.pool2.impl.BaseObjectPoolConfig
-
Uses of BaseObjectPoolConfig in org.apache.commons.pool2.impl
Modifier and TypeClassDescriptionclass
A simple structure encapsulating the configuration for aGenericKeyedObjectPool
.class
A simple structure encapsulating the configuration for aGenericObjectPool
.Modifier and TypeMethodDescriptionprotected void
BaseGenericObjectPool.setConfig
(BaseObjectPoolConfig<T> config) Sets the receiver with the given configuration.ModifierConstructorDescriptionBaseGenericObjectPool
(BaseObjectPoolConfig<T> config, String jmxNameBase, String jmxNamePrefix) Handles JMX registration (if required) and the initialization required for monitoring.