Package org.apache.commons.pool.impl
Class GenericObjectPool.Evictor
java.lang.Object
java.util.TimerTask
org.apache.commons.pool.impl.GenericObjectPool.Evictor
- All Implemented Interfaces:
Runnable
- Enclosing class:
- GenericObjectPool<T>
The idle object evictor
TimerTask
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Constructor Details
-
Evictor
private Evictor()
-
-
Method Details
-
run
public void run()Run pool maintenance. Evict objects qualifying for eviction and then invokeGenericObjectPool.ensureMinIdle()
.
-