simnet
Class Simulator.DelayedGCTimerTask

java.lang.Object
  extended byjava.util.TimerTask
      extended bysimnet.Simulator.DelayedGCTimerTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Simulator

class Simulator.DelayedGCTimerTask
extends java.util.TimerTask

Delayed garbage collection - so other threads can cleanup before gc'ing. ie: so an application's thread has time to die so the application can get gc'ed


Field Summary
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) Simulator.DelayedGCTimerTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simulator.DelayedGCTimerTask

Simulator.DelayedGCTimerTask()
Method Detail

run

public void run()