org.apache.commons.pool.impl
Class TapestryKeyedObjectPool.Config

java.lang.Object
  extended by 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

Field Summary
 boolean lifo
           
 int maxActive
           
 int maxIdle
           
 int maxTotal
           
 long maxWait
           
 long minEvictableIdleTimeMillis
           
 int minIdle
           
 int numTestsPerEvictionRun
           
 boolean testOnBorrow
           
 boolean testOnReturn
           
 boolean testWhileIdle
           
 long timeBetweenEvictionRunsMillis
           
 byte whenExhaustedAction
           
 
Constructor Summary
TapestryKeyedObjectPool.Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TapestryKeyedObjectPool.Config

public TapestryKeyedObjectPool.Config()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.