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

java.lang.Object
  extended by org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
Enclosing class:
GenericKeyedObjectPool

public static class GenericKeyedObjectPool.Config
extends java.lang.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)

Field Summary
 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
GenericKeyedObjectPool.Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxActive

public int maxActive

maxIdle

public int maxIdle

maxTotal

public int maxTotal

maxWait

public long maxWait

minEvictableIdleTimeMillis

public long minEvictableIdleTimeMillis

minIdle

public int minIdle

numTestsPerEvictionRun

public int numTestsPerEvictionRun

testOnBorrow

public boolean testOnBorrow

testOnReturn

public boolean testOnReturn

testWhileIdle

public boolean testWhileIdle

timeBetweenEvictionRunsMillis

public long timeBetweenEvictionRunsMillis

whenExhaustedAction

public byte whenExhaustedAction
Constructor Detail

GenericKeyedObjectPool.Config

public GenericKeyedObjectPool.Config()


Copyright © 2001-2003 Apache Software Foundation. Documenation generated April 15 2009.