com.caucho.env.health
Class HealthService.HealthCheckScheduler

java.lang.Object
  extended by com.caucho.env.health.HealthService.HealthCheckScheduler
All Implemented Interfaces:
AlarmListener, java.util.EventListener
Enclosing class:
HealthService

protected class HealthService.HealthCheckScheduler
extends java.lang.Object
implements AlarmListener


Constructor Summary
protected HealthService.HealthCheckScheduler()
           
 
Method Summary
 void handleAlarm(Alarm alarm)
          Handles a callback from an alarm.
protected  void start()
           
protected  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HealthService.HealthCheckScheduler

protected HealthService.HealthCheckScheduler()
Method Detail

start

protected void start()

stop

protected void stop()

handleAlarm

public void handleAlarm(Alarm alarm)
Description copied from interface: AlarmListener
Handles a callback from an alarm.

Specified by:
handleAlarm in interface AlarmListener