|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericObjectPoolConfig | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of GenericObjectPoolConfig in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl that return GenericObjectPoolConfig | |
---|---|
GenericObjectPoolConfig |
GenericObjectPoolConfig.clone()
|
Methods in org.apache.commons.pool2.impl with parameters of type GenericObjectPoolConfig | |
---|---|
void |
GenericObjectPool.setConfig(GenericObjectPoolConfig conf)
Sets the base pool configuration. |
Constructors in org.apache.commons.pool2.impl with parameters of type GenericObjectPoolConfig | |
---|---|
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig config)
Create a new GenericObjectPool using a specific
configuration. |
|
GenericObjectPool(PooledObjectFactory<T> factory,
GenericObjectPoolConfig config,
AbandonedConfig abandonedConfig)
Create a new GenericObjectPool that tracks and destroys
objects that are checked out, but never returned to the pool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |