Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.escalation.server.session
Class EscalationStartupListener

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

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


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

EscalationStartupListener

public EscalationStartupListener()
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

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

Hyperic HQ Plugin API v. 4.4.0.2

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