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.
See Also: