org.codehaus.plexus.util
private static class SweeperPool.Sweeper extends Object implements Runnable
sweepInterval
goes through
and tests if the pool should be trimmed.
Field Summary | |
---|---|
SweeperPool | pool |
boolean | service |
int | sweepInterval |
Constructor Summary | |
---|---|
Sweeper(SweeperPool pool, int sweepInterval) |
Method Summary | |
---|---|
void | debug(String msg) |
void | run()
Run the seeper.
|
void | runSweep() |
void | start() |
void | stop() |
See Also: java.lang.Runnable#run()