org.apache.commons.pool.impl
Class GenericKeyedObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
- Enclosing class:
- GenericKeyedObjectPool
public static class GenericKeyedObjectPool.Config
- extends Object
A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool
.
- See Also:
GenericKeyedObjectPool.GenericKeyedObjectPool(KeyedPoolableObjectFactory,GenericKeyedObjectPool.Config)
,
GenericKeyedObjectPool.setConfig(org.apache.commons.pool.impl.GenericKeyedObjectPool.Config)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxIdle
public int maxIdle
maxActive
public int maxActive
maxTotal
public int maxTotal
minIdle
public int minIdle
maxWait
public long maxWait
whenExhaustedAction
public byte whenExhaustedAction
testOnBorrow
public boolean testOnBorrow
testOnReturn
public boolean testOnReturn
testWhileIdle
public boolean testWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
numTestsPerEvictionRun
public int numTestsPerEvictionRun
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
GenericKeyedObjectPool.Config
public GenericKeyedObjectPool.Config()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.