net.spy.pool
Class GarbageCollector

java.lang.Object
  extended by net.spy.SpyObject
      extended by net.spy.pool.GarbageCollector

public final class GarbageCollector
extends SpyObject

Perform garbage collection with rate control.


Method Summary
 void collect()
          Run the garbage collection and perform finalization.
static GarbageCollector getGarbageCollector()
          Get the collector.
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGarbageCollector

public static GarbageCollector getGarbageCollector()
Get the collector.


collect

public void collect()
Run the garbage collection and perform finalization.



Copyright © 1995-2005 SPY Internetworking. All Rights Reserved.