Hyperic HQ Plugin API v. 4.4.0.2

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

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

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

The startup listener that schedules the HQ DB Health task


Constructor Summary
HQDBHealthStartupListener()
           
 
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
 

Constructor Detail

HQDBHealthStartupListener

public HQDBHealthStartupListener()
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.