org.apache.commons.pool.impl
Class TapestryKeyedObjectPool.Config
java.lang.Object
org.apache.commons.pool.impl.TapestryKeyedObjectPool.Config
- Enclosing class:
- TapestryKeyedObjectPool
public static class TapestryKeyedObjectPool.Config
- extends Object
A simple "struct" encapsulating the
configuration information for a GenericKeyedObjectPool.
- See Also:
GenericKeyedObjectPool#GenericKeyedObjectPool(KeyedPoolableObjectFactory,GenericKeyedObjectPool.Config),
GenericKeyedObjectPool#setConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxIdle
public int maxIdle
- See Also:
GenericKeyedObjectPool#setMaxIdle
maxActive
public int maxActive
- See Also:
GenericKeyedObjectPool#setMaxActive
maxTotal
public int maxTotal
- See Also:
GenericKeyedObjectPool#setMaxTotal
minIdle
public int minIdle
- See Also:
GenericKeyedObjectPool#setMinIdle
maxWait
public long maxWait
- See Also:
GenericKeyedObjectPool#setMaxWait
whenExhaustedAction
public byte whenExhaustedAction
- See Also:
GenericKeyedObjectPool#setWhenExhaustedAction
testOnBorrow
public boolean testOnBorrow
- See Also:
GenericKeyedObjectPool#setTestOnBorrow
testOnReturn
public boolean testOnReturn
- See Also:
GenericKeyedObjectPool#setTestOnReturn
testWhileIdle
public boolean testWhileIdle
- See Also:
GenericKeyedObjectPool#setTestWhileIdle
timeBetweenEvictionRunsMillis
public long timeBetweenEvictionRunsMillis
- See Also:
GenericKeyedObjectPool#setTimeBetweenEvictionRunsMillis
numTestsPerEvictionRun
public int numTestsPerEvictionRun
- See Also:
GenericKeyedObjectPool#setNumTestsPerEvictionRun
minEvictableIdleTimeMillis
public long minEvictableIdleTimeMillis
- See Also:
GenericKeyedObjectPool#setMinEvictableIdleTimeMillis
lifo
public boolean lifo
- See Also:
GenericKeyedObjectPool#setLifo
TapestryKeyedObjectPool.Config
public TapestryKeyedObjectPool.Config()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.