Uses of Class
org.apache.commons.pool2.impl.BaseObjectPoolConfig
Packages that use BaseObjectPoolConfig
-
Uses of BaseObjectPoolConfig in org.apache.commons.pool2.impl
Subclasses of BaseObjectPoolConfig in org.apache.commons.pool2.implModifier and TypeClassDescriptionclassA simple structure encapsulating the configuration for aGenericKeyedObjectPool.classA simple structure encapsulating the configuration for aGenericObjectPool.Methods in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfigModifier and TypeMethodDescriptionprivate ObjectNameBaseGenericObjectPool.jmxRegister(BaseObjectPoolConfig<T> config, String jmxNameBase, String jmxNamePrefix) Registers the pool with the platform MBean server.protected voidBaseGenericObjectPool.setConfig(BaseObjectPoolConfig<T> config) Sets the receiver with the given configuration.Constructors in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfigModifierConstructorDescriptionBaseGenericObjectPool(BaseObjectPoolConfig<T> config, String jmxNameBase, String jmxNamePrefix) Handles JMX registration (if required) and the initialization required for monitoring.