|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericKeyedObjectPoolConfig | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of GenericKeyedObjectPoolConfig in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl that return GenericKeyedObjectPoolConfig | |
---|---|
GenericKeyedObjectPoolConfig |
GenericKeyedObjectPoolConfig.clone()
|
Methods in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig | |
---|---|
void |
GenericKeyedObjectPool.setConfig(GenericKeyedObjectPoolConfig conf)
Sets the configuration. |
Constructors in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig | |
---|---|
GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory,
GenericKeyedObjectPoolConfig config)
Create a new GenericKeyedObjectPool using a specific
configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |