Uses of Class
org.apache.commons.pool.impl.GenericObjectPool.Config
Packages that use GenericObjectPool.Config
-
Uses of GenericObjectPool.Config in org.apache.commons.pool.impl
Methods in org.apache.commons.pool.impl with parameters of type GenericObjectPool.ConfigModifier and TypeMethodDescriptionvoidGenericObjectPool.setConfig(GenericObjectPool.Config conf) Sets my configuration.Constructors in org.apache.commons.pool.impl with parameters of type GenericObjectPool.ConfigModifierConstructorDescriptionGenericObjectPool(PoolableObjectFactory<T> factory, GenericObjectPool.Config config) Create a new GenericObjectPool using the specified values.GenericObjectPoolFactory(PoolableObjectFactory<T> factory, GenericObjectPool.Config config) Create a new GenericObjectPoolFactory.