arlut.csd.ganymede
Class GanymedeWarningTask

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

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

This class goes through all objects in the database and sends out any warnings for objects that are going to expire within a whole number of weeks in the future.


Constructor Summary
GanymedeWarningTask()
           
 
Method Summary
 void run()
          Just Do It (tm)
private  void sendMail(java.lang.String type, java.lang.String title, java.lang.String description, java.util.Vector invids)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GanymedeWarningTask

public GanymedeWarningTask()
Method Detail

run

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

sendMail

private void sendMail(java.lang.String type,
                      java.lang.String title,
                      java.lang.String description,
                      java.util.Vector invids)