Uses of Class
org.apache.commons.pool2.impl.BaseObjectPoolConfig

Packages that use BaseObjectPoolConfig
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
 class GenericKeyedObjectPoolConfig
          A simple "struct" encapsulating the configuration for a GenericKeyedObjectPool.
 class GenericObjectPoolConfig
          A simple "struct" encapsulating the configuration for a GenericObjectPool.
 

Constructors in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfig
BaseGenericObjectPool(BaseObjectPoolConfig config, String jmxNameBase, String jmxNamePrefix)
          Handles JMX registration (if required) and the initialization required for monitoring.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.