mqwfes
Class cycler

java.lang.Object
  |
  +--java.util.TimerTask
        |
        +--mqwfes.cycler
All Implemented Interfaces:
java.lang.Runnable

public class cycler
extends java.util.TimerTask

TimerTask that does all server related Stuff that needs to be done regularly, e.g. Log Maintainance or Connection Check.

Author:
Kevin Bullmann

Constructor Summary
cycler()
          Creates a new instance of cycler
 
Method Summary
 void run()
          stuff thats runs during task execution
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

cycler

public cycler()
Creates a new instance of cycler

Method Detail

run

public void run()
stuff thats runs during task execution

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