| Package | Description |
|---|---|
| org.apache.commons.pool2.impl |
Object pooling API implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericKeyedObjectPoolConfig
A simple "struct" encapsulating the configuration for a
GenericKeyedObjectPool. |
class |
GenericObjectPoolConfig
A simple "struct" encapsulating the configuration for a
GenericObjectPool. |
| Modifier and Type | Method and Description |
|---|---|
private javax.management.ObjectName |
BaseGenericObjectPool.jmxRegister(BaseObjectPoolConfig config,
java.lang.String jmxNameBase,
java.lang.String jmxNamePrefix)
Registers the pool with the platform MBean server.
|
| Constructor and Description |
|---|
BaseGenericObjectPool(BaseObjectPoolConfig config,
java.lang.String jmxNameBase,
java.lang.String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for
monitoring.
|