org.openmuc.watchdog
Class Watchdog

java.lang.Object
  extended by org.openmuc.watchdog.Watchdog
All Implemented Interfaces:
java.lang.Runnable

public class Watchdog
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Watchdog()
           
 
Method Summary
 void run()
           
 void setRunning(boolean running)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Watchdog

public Watchdog()
Method Detail

setRunning

public void setRunning(boolean running)

run

public void run()
Specified by:
run in interface java.lang.Runnable