GWTApplication.server
Class FaultServiceImpl.NotifyPendingFaults

java.lang.Object
  extended by java.util.TimerTask
      extended by GWTApplication.server.FaultServiceImpl.NotifyPendingFaults
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FaultServiceImpl

 class FaultServiceImpl.NotifyPendingFaults
extends java.util.TimerTask

This is a timer task which will mail the person assigned a fault if the fault is in a pending state for more than 7 days. This task is run every day at 0700.


Constructor Summary
FaultServiceImpl.NotifyPendingFaults()
           
 
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

FaultServiceImpl.NotifyPendingFaults

FaultServiceImpl.NotifyPendingFaults()
Method Detail

run

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