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)
maxActive
public int maxActive
maxIdle
public int maxIdle
maxWait
public long maxWait
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
numTestsPerEvictionRun
public int numTestsPerEvictionRun
testOnBorrow
public boolean testOnBorrow
testOnReturn
public boolean testOnReturn
testWhileIdle
public boolean testWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
whenExhaustedAction
public byte whenExhaustedAction
GenericKeyedObjectPool.Config
public GenericKeyedObjectPool.Config()
Copyright © 2001-2002 Apache Software Foundation. Documenation generated February 22 2003.