Hyperic HQ Plugin API v. 4.4.0.2

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.


Method Summary
 EscalationAlertType getAlertType()
           
 AlertDefinitionInterface getDefinitionInfo()
           
 Escalation getEscalation()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 boolean isDeleted()
           
 

Method Detail

getId

java.lang.Integer getId()

getName

java.lang.String getName()

isDeleted

boolean isDeleted()

getAlertType

EscalationAlertType getAlertType()

getEscalation

Escalation getEscalation()

getDefinitionInfo

AlertDefinitionInterface getDefinitionInfo()

Hyperic HQ Plugin API v. 4.4.0.2

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