|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseObjectPoolConfig | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of BaseObjectPoolConfig in org.apache.commons.pool2.impl |
---|
Subclasses of BaseObjectPoolConfig in org.apache.commons.pool2.impl | |
---|---|
class |
GenericKeyedObjectPoolConfig
A simple "struct" encapsulating the configuration for a GenericKeyedObjectPool . |
class |
GenericObjectPoolConfig
A simple "struct" encapsulating the configuration for a GenericObjectPool . |
Constructors in org.apache.commons.pool2.impl with parameters of type BaseObjectPoolConfig | |
---|---|
BaseGenericObjectPool(BaseObjectPoolConfig config,
String jmxNameBase,
String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for monitoring. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |