| java.lang.Object org.apache.commons.pool.impl.GenericObjectPoolFactory
Constructor Summary | |
public | GenericObjectPoolFactory(PoolableObjectFactory factory) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, GenericObjectPool.Config config) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, boolean testOnBorrow, boolean testOnReturn) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, boolean testOnBorrow, boolean testOnReturn) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, int minIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle) | public | GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, int minIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle, long softMinEvictableIdleTimeMillis) |
_maxActive | protected int _maxActive(Code) | | |
_maxIdle | protected int _maxIdle(Code) | | |
_maxWait | protected long _maxWait(Code) | | |
_minEvictableIdleTimeMillis | protected long _minEvictableIdleTimeMillis(Code) | | |
_minIdle | protected int _minIdle(Code) | | |
_numTestsPerEvictionRun | protected int _numTestsPerEvictionRun(Code) | | |
_softMinEvictableIdleTimeMillis | protected long _softMinEvictableIdleTimeMillis(Code) | | |
_testOnBorrow | protected boolean _testOnBorrow(Code) | | |
_testOnReturn | protected boolean _testOnReturn(Code) | | |
_testWhileIdle | protected boolean _testWhileIdle(Code) | | |
_timeBetweenEvictionRunsMillis | protected long _timeBetweenEvictionRunsMillis(Code) | | |
_whenExhaustedAction | protected byte _whenExhaustedAction(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, boolean testOnBorrow, boolean testOnReturn)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, boolean testOnBorrow, boolean testOnReturn)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, int minIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle)(Code) | | |
GenericObjectPoolFactory | public GenericObjectPoolFactory(PoolableObjectFactory factory, int maxActive, byte whenExhaustedAction, long maxWait, int maxIdle, int minIdle, boolean testOnBorrow, boolean testOnReturn, long timeBetweenEvictionRunsMillis, int numTestsPerEvictionRun, long minEvictableIdleTimeMillis, boolean testWhileIdle, long softMinEvictableIdleTimeMillis)(Code) | | |
|
|