Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class HeartBeatServiceStartupListener

java.lang.Object
  extended by org.hyperic.hq.events.server.session.HeartBeatServiceStartupListener
All Implemented Interfaces:
StartupListener, PluginsDeployedCallback

public class HeartBeatServiceStartupListener
extends java.lang.Object
implements StartupListener, PluginsDeployedCallback

The startup listener that schedules the Heart Beat Service to dispatch heart beats at a fixed rate.


Field Summary
static int HEART_BEAT_PERIOD_MILLIS
          The period (in msec) at which heart beats are dispatched by the Heart Beat Service.
 
Constructor Summary
HeartBeatServiceStartupListener()
           
 
Method Summary
 void hqStarted()
          Called by the HQ Application as classes in the startup_classes.txt files are invoked.
 void pluginsDeployed(java.util.List plugins)
          Called when the server has started up and the plugins have been fully deployed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEART_BEAT_PERIOD_MILLIS

public static final int HEART_BEAT_PERIOD_MILLIS
The period (in msec) at which heart beats are dispatched by the Heart Beat Service.

See Also:
Constant Field Values
Constructor Detail

HeartBeatServiceStartupListener

public HeartBeatServiceStartupListener()
Method Detail

hqStarted

public void hqStarted()
Description copied from interface: StartupListener
Called by the HQ Application as classes in the startup_classes.txt files are invoked.

Specified by:
hqStarted in interface StartupListener
See Also:
StartupListener.hqStarted()

pluginsDeployed

public void pluginsDeployed(java.util.List plugins)
Description copied from interface: PluginsDeployedCallback
Called when the server has started up and the plugins have been fully deployed.

Specified by:
pluginsDeployed in interface PluginsDeployedCallback
See Also:
PluginsDeployedCallback.pluginsDeployed(java.util.List)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.