org.apache.commons.pool.impl

Class GenericKeyedObjectPool.Config

public static class GenericKeyedObjectPool.Config extends Object

A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool.

See Also: GenericKeyedObjectPool GenericKeyedObjectPool

Field Summary
intmaxActive
intmaxIdle
intmaxTotal
longmaxWait
longminEvictableIdleTimeMillis
intminIdle
intnumTestsPerEvictionRun
booleantestOnBorrow
booleantestOnReturn
booleantestWhileIdle
longtimeBetweenEvictionRunsMillis
bytewhenExhaustedAction

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
Copyright © 2001-2003 Apache Software Foundation. Documenation generated August 23 2012.