org.apache.lokahi.core.controller
Class ControllerThread

java.lang.Object
  extended by org.apache.lokahi.core.controller.ControllerThread
All Implemented Interfaces:
java.lang.Runnable

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

Version:
$Id$
Author:
Stephen Toback

Constructor Summary
ControllerThread()
           
 
Method Summary
 void run()
           
static void setRun(boolean run)
           
static boolean shouldRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerThread

public ControllerThread()
Method Detail

shouldRun

public static boolean shouldRun()

setRun

public static void setRun(boolean run)

run

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