Class GenericKeyedObjectPool.Config

java.lang.Object
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config
Enclosing class:
GenericKeyedObjectPool<K,V>

public static class GenericKeyedObjectPool.Config extends Object
A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool.
Since:
Pool 1.0
Version:
$Revision: 1222396 $ $Date: 2011-12-22 14:02:25 -0500 (Thu, 22 Dec 2011) $
Author:
Rodney Waldhoff, Dirk Verbeeck, Sandy McArthur
See Also: