name.gries
Class Watchdog.RunWatchdog

java.lang.Object
  extended by java.util.TimerTask
      extended by name.gries.Watchdog.RunWatchdog
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Watchdog

 class Watchdog.RunWatchdog
extends java.util.TimerTask

Internal class that provides a TimerTask.


Constructor Summary
Watchdog.RunWatchdog()
          Public constructor:
 
Method Summary
 void run()
          As the timer fires, this method is invoked.
 
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

Watchdog.RunWatchdog

public Watchdog.RunWatchdog()
Public constructor:

Method Detail

run

public void run()
As the timer fires, this method is invoked.

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