iCMS.masterd
Class RequestStatusTimer
java.lang.Object
java.util.TimerTask
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
-

Method Summary |
void |
run()
execute the timeing action |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestStatusTimer
public RequestStatusTimer(MasterServer server)
- constructor
run
public void run()
- execute the timeing action
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask