org.jmux.app.component
Class LivenessComponent

java.lang.Object
  extended by org.jmux.app.component.AbstractComponent
      extended by org.jmux.app.component.AbstractControl
          extended by org.jmux.app.component.AbstractLoopingComponent
              extended by org.jmux.app.component.LivenessComponent
All Implemented Interfaces:
Component, Control

public class LivenessComponent
extends AbstractLoopingComponent

Useful to show that we are still alive by touching the log every now and again.

Author:
donaldw

Constructor Summary
LivenessComponent()
           
 
Method Summary
protected  void doWork()
           
 
Methods inherited from class org.jmux.app.component.AbstractLoopingComponent
configure, start, stop
 
Methods inherited from class org.jmux.app.component.AbstractComponent
getConfig, log, logDebug, logDebug, logError, logError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LivenessComponent

public LivenessComponent()
Method Detail

doWork

protected void doWork()
Specified by:
doWork in class AbstractLoopingComponent


Copyright © 2006-2008 jmux.org. All Rights Reserved.