arlut.csd.ganymede
Class GanymedeExpirationTask

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

public class GanymedeExpirationTask
extends java.lang.Object
implements java.lang.Runnable

This class goes through all objects in the database and processes any expirations or removals.


Field Summary
static boolean debug
           
 
Constructor Summary
GanymedeExpirationTask()
           
 
Method Summary
 void run()
          Just Do It (tm)
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

public static final boolean debug
Constructor Detail

GanymedeExpirationTask

public GanymedeExpirationTask()
Method Detail

run

public void run()
Just Do It (tm)
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable