org.hyperic.hq.escalation.server.session
Interface PerformsEscalations
- All Known Implementing Classes:
- AlertDefinition, GalertDef
public interface PerformsEscalations
This interface can be implemented by classes that are attached to
escalations. This could coorespond to group alerting, classic alerting,
etc.
getId
java.lang.Integer getId()
getName
java.lang.String getName()
isDeleted
boolean isDeleted()
getAlertType
EscalationAlertType getAlertType()
getEscalation
Escalation getEscalation()
getDefinitionInfo
AlertDefinitionInterface getDefinitionInfo()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.