arlut.csd.ganymede
Class gcTask

java.lang.Object
  |
  +--arlut.csd.ganymede.gcTask
All Implemented Interfaces:
java.lang.Runnable

class gcTask
extends java.lang.Object
implements java.lang.Runnable

Runnable class to do a synchronous garbage collection run. Issued by the GanymedeScheduler.

I'm not sure that there is any point to having a synchronous garbage collection task.. the idea was that we could schedule a full gc when the server was likely not to be busy so as to keep things trim for when the server was busy, but the main() entry point isn't yet scheduling this for a particularly good time.


Constructor Summary
gcTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

gcTask

public gcTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable