Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events
Interface Notify

All Known Implementing Classes:
EmailAction, SyslogAction

public interface Notify

Actions implementing this interface and existing within an escalation chain are called when the state of an escalation changes. DevNote: This should probably be in the escalation package..


Method Summary
 void send(Escalatable e, EscalationStateChange change, java.lang.String message, java.util.Set notified)
          Send a notification about the change of state in an escalation.
 

Method Detail

send

void send(Escalatable e,
          EscalationStateChange change,
          java.lang.String message,
          java.util.Set notified)
          throws ActionExecuteException
Send a notification about the change of state in an escalation.

Parameters:
e - Escalatable which originally kicked off an escalation
change - New state of the escalation
message - Message about the state change
Throws:
ActionExecuteException

Hyperic HQ Plugin API v. 4.4.0.2

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