Uses of Class
org.apache.commons.pool2.impl.GenericObjectPoolConfig
Packages that use GenericObjectPoolConfig
-
Uses of GenericObjectPoolConfig in org.apache.commons.pool2.impl
Methods in org.apache.commons.pool2.impl that return GenericObjectPoolConfigMethods in org.apache.commons.pool2.impl with parameters of type GenericObjectPoolConfigModifier and TypeMethodDescriptionvoid
GenericObjectPool.setConfig
(GenericObjectPoolConfig<T> conf) Sets the base pool configuration.Constructors in org.apache.commons.pool2.impl with parameters of type GenericObjectPoolConfigModifierConstructorDescriptionGenericObjectPool
(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config) Creates a newGenericObjectPool
using a specific configuration.GenericObjectPool
(PooledObjectFactory<T> factory, GenericObjectPoolConfig<T> config, AbandonedConfig abandonedConfig) Creates a newGenericObjectPool
that tracks and destroys objects that are checked out, but never returned to the pool.