|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.jdbc.pool.PoolKeeper
public class PoolKeeper
PoolKeeper class allows to clean up automatically dead and expired objects.
Constructor Summary | |
---|---|
PoolKeeper(long sleepTime,
GenericPool pool)
constructor, called by GenericPool (any kind of object) |
Method Summary | |
---|---|
void |
run()
run method. |
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoolKeeper(long sleepTime, GenericPool pool)
Method Detail |
---|
public void stop()
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |