Class SweeperPool.Sweeper

java.lang.Object
org.codehaus.plexus.util.SweeperPool.Sweeper
All Implemented Interfaces:
Runnable
Enclosing class:
SweeperPool

private static class SweeperPool.Sweeper extends Object implements Runnable
Periodically at sweepInterval goes through and tests if the pool should be trimmed.
  • Field Details

    • pool

      private final transient SweeperPool pool
    • service

      private transient boolean service
    • sweepInterval

      private final transient int sweepInterval
    • t

      private transient Thread t
  • Constructor Details

    • Sweeper

      public Sweeper(SweeperPool pool, int sweepInterval)
  • Method Details