Uses of Class
de.aristaflow.adept2.util.objectpool.generic.PoolConfiguration
-
Packages that use PoolConfiguration Package Description de.aristaflow.adept2.util.objectpool.generic -
-
Uses of PoolConfiguration in de.aristaflow.adept2.util.objectpool.generic
Methods in de.aristaflow.adept2.util.objectpool.generic that return PoolConfiguration Modifier and Type Method Description protected PoolConfigurationPoolConfiguration. clone()PoolConfigurationPoolConfiguration. setValidationInterval(long validationInterval)Constructors in de.aristaflow.adept2.util.objectpool.generic with parameters of type PoolConfiguration Constructor Description GenericObjectPool(ObjectLifeCycle<T,E> objectLifeCycle, ObjectWrapperLifeCycle<T,E> objectWrapperLifeCycle, PoolConfiguration configuration, Logger logger)Deprecated, for removal: This API element is subject to removal in a future version.GenericObjectPool(String name, ObjectLifeCycle<T,E> objectLifeCycle, ObjectWrapperLifeCycle<T,E> objectWrapperLifeCycle, PoolConfiguration configuration, Logger logger)Creates a newGenericObjectPoolwith the designated name (for the thread executing administrative tasks), the designated object life cycle, wrapper life cycle (optional) and configuration.
-