|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbandonedConfig | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of AbandonedConfig in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl with parameters of type AbandonedConfig | |
---|---|
void |
GenericObjectPool.setAbandonedConfig(AbandonedConfig abandonedConfig)
Sets the abandoned object removal configuration. |
Constructors in org.apache.commons.pool2.impl with parameters of type AbandonedConfig | |
---|---|
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 |