wt.util
Class GarbageCollector

java.lang.Object
  extended bywt.util.GarbageCollector
All Implemented Interfaces:
Runnable

public class GarbageCollector
extends Object
implements Runnable


Field Summary
private  long interval
           
private static String versionID
           
 
Constructor Summary
GarbageCollector(int secs_interval)
           
 
Method Summary
 void gcAndSleep()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

interval

private long interval
Constructor Detail

GarbageCollector

public GarbageCollector(int secs_interval)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

gcAndSleep

public void gcAndSleep()