Package | Description |
---|---|
org.apache.commons.pool2.impl |
Object pooling API implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericKeyedObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericKeyedObjectPool . |
class |
GenericObjectPoolConfig<T>
A simple "struct" encapsulating the configuration for a
GenericObjectPool . |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseGenericObjectPool.setConfig(BaseObjectPoolConfig<T> config)
Initializes the receiver with the given configuration.
|
Constructor and Description |
---|
BaseGenericObjectPool(BaseObjectPoolConfig<T> config,
String jmxNameBase,
String jmxNamePrefix)
Handles JMX registration (if required) and the initialization required for
monitoring.
|
Copyright © 2001–2024 The Apache Software Foundation. All rights reserved.