org.hyperic.hq.escalation.server.session
Class EscalationState
java.lang.Object
org.hyperic.hibernate.PersistedObject
org.hyperic.hq.escalation.server.session.EscalationState
- All Implemented Interfaces:
- java.io.Serializable
public class EscalationState
- extends PersistedObject
The escalation state ties an escalation chain to an alert definition.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EscalationState
protected EscalationState()
EscalationState
protected EscalationState(Escalatable alert)
getNextAction
public int getNextAction()
setNextAction
protected void setNextAction(int nextAction)
getNextActionTime
public long getNextActionTime()
setNextActionTime
protected void setNextActionTime(long nextActionTime)
getEscalation
public Escalation getEscalation()
setEscalation
protected void setEscalation(Escalation escalation)
getAlertDefinitionId
public int getAlertDefinitionId()
setAlertDefinitionId
protected void setAlertDefinitionId(int alertDefinitionId)
getAlertId
public int getAlertId()
setAlertId
protected void setAlertId(int alertId)
getAlertType
public EscalationAlertType getAlertType()
getAlertTypeEnum
protected int getAlertTypeEnum()
setAlertTypeEnum
protected void setAlertTypeEnum(int typeCode)
isPaused
public boolean isPaused()
setPaused
protected void setPaused(boolean paused)
getAcknowledgedBy
public AuthzSubject getAcknowledgedBy()
setAcknowledgedBy
protected void setAcknowledgedBy(AuthzSubject subject)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.