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. |
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 escalationchange - New state of the escalationmessage - Message about the state change
- Throws:
ActionExecuteException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.