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 . |
Constructor and Description |
---|
BaseGenericObjectPool(BaseObjectPoolConfig config,
String jmxNameBase,
String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for
monitoring.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.