public class PropsKeyedObjectPoolFactory<K,V>
extends org.apache.commons.pool.impl.GenericKeyedObjectPoolFactory<K,V>
_factory, _lifo, _maxActive, _maxIdle, _maxTotal, _maxWait, _minEvictableIdleTimeMillis, _minIdle, _numTestsPerEvictionRun, _testOnBorrow, _testOnReturn, _testWhileIdle, _timeBetweenEvictionRunsMillis, _whenExhaustedAction
Constructor and Description |
---|
PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory,
ConnectionPoolConfiguration configuration) |
createPool, getFactory, getLifo, getMaxActive, getMaxIdle, getMaxTotal, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getNumTestsPerEvictionRun, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getWhenExhaustedAction
public PropsKeyedObjectPoolFactory(org.apache.commons.pool.KeyedPoolableObjectFactory<K,V> factory, ConnectionPoolConfiguration configuration)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.