org.apache.commons.pool.impl
Class GenericObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.GenericObjectPool.Config
- Enclosing class:
- GenericObjectPool
public static class GenericObjectPool.Config
- extends java.lang.Object
A simple "struct" encapsulating the
configuration information for a GenericObjectPool
.
- See Also:
GenericObjectPool.GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory,org.apache.commons.pool.impl.GenericObjectPool.Config)
,
GenericObjectPool.setConfig(org.apache.commons.pool.impl.GenericObjectPool.Config)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxActive
public int maxActive
maxIdle
public int maxIdle
maxWait
public long maxWait
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
minIdle
public int minIdle
numTestsPerEvictionRun
public int numTestsPerEvictionRun
softMinEvictableIdleTimeMillis
public long softMinEvictableIdleTimeMillis
testOnBorrow
public boolean testOnBorrow
testOnReturn
public boolean testOnReturn
testWhileIdle
public boolean testWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
whenExhaustedAction
public byte whenExhaustedAction
GenericObjectPool.Config
public GenericObjectPool.Config()
Copyright © 2001-2003 Apache Software Foundation. Documenation generated April 15 2009.