iCMS.masterd
Class RequestStatusTimer

java.lang.Object
  extended by java.util.TimerTask
      extended by iCMS.masterd.RequestStatusTimer
All Implemented Interfaces:
Runnable

public class RequestStatusTimer
extends TimerTask

The RequestStatusTimer class extends the TimerTask class and is created to make a periodic request of all statusses possible

Version:
1.0.0
Author:
Chris Lukassen
 

Constructor Summary
RequestStatusTimer(MasterServer server)
          constructor
 
Method Summary
 void run()
          execute the timeing action
 
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

RequestStatusTimer

public RequestStatusTimer(MasterServer server)
constructor

Method Detail

run

public void run()
execute the timeing action

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask