Interface AlarmStateSummary
- All Known Implementing Classes:
- BasicAlarmStateSummary
public interface AlarmStateSummary
- 
Method SummaryModifier and TypeMethodDescriptionintintintReturns the highest active alarm, either acknowledged or not.intbooleanboolean
- 
Method Details- 
getMostRecentActiveTimeLong getMostRecentActiveTime()
- 
getActiveUnackedint getActiveUnacked()
- 
getActiveAckedint getActiveAcked()
- 
getShelvedCountint getShelvedCount()
- 
hasActiveboolean hasActive()
- 
hasUnacknowledgedboolean hasUnacknowledged()
- 
getClearedUnackedint getClearedUnacked()
- 
getHighestUnackedAlarmPriority getHighestUnacked()
- 
getHighestAckedAlarmPriority getHighestAcked()
- 
getHighestUnackedNameString getHighestUnackedName()
- 
getHighestAckedNameString getHighestAckedName()
- 
getHighestActiveNameString getHighestActiveName()Returns the highest active alarm, either acknowledged or not.
- 
getHighestActivePriorityAlarmPriority getHighestActivePriority()
- 
getEvaluationStatusAlarmEvalState getEvaluationStatus()
 
-