GWTApplication.server
Class FaultServiceImpl.MailManagementUnattendedFaults

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

 class FaultServiceImpl.MailManagementUnattendedFaults
extends java.util.TimerTask

This is a timer task which will be used to mail a list of recipients the details of all faults which have remained in the new state for more than 48 hours.


Constructor Summary
FaultServiceImpl.MailManagementUnattendedFaults()
           
 
Method Summary
 void run()
          Called when the timertask is scheduled to 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.MailManagementUnattendedFaults

FaultServiceImpl.MailManagementUnattendedFaults()
Method Detail

run

public void run()
Called when the timertask is scheduled to run. It finds all of the faults which have been in the new state for more than 48 hours and then mails the details of them to management. This thread is run twice a day at 0700 and 1900.

Currently the people who are informed are Juerg and Michiel.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask