|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EvictionConfig | |
---|---|
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of EvictionConfig in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl with parameters of type EvictionConfig | |
---|---|
boolean |
EvictionPolicy.evict(EvictionConfig config,
PooledObject<T> underTest,
int idleCount)
This method is called to test if an idle object in the pool should be evicted or not. |
boolean |
DefaultEvictionPolicy.evict(EvictionConfig config,
PooledObject<T> underTest,
int idleCount)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |