Interface AlarmStateSummary
- All Known Implementing Classes:
BasicAlarmStateSummary
public interface AlarmStateSummary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
int
int
Returns the highest active alarm, either acknowledged or not.int
int
int
int
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
getMostRecentActiveTime
-
getActiveUnacked
int getActiveUnacked() -
getActiveAcked
int getActiveAcked() -
getShelvedCount
int getShelvedCount() -
hasActive
boolean hasActive() -
hasUnacknowledged
boolean hasUnacknowledged() -
getClearedUnacked
int getClearedUnacked() -
getHighestUnacked
-
getHighestAcked
-
getHighestUnackedName
-
getHighestAckedName
-
getHighestActiveName
Returns the highest active alarm, either acknowledged or not. -
getHighestActivePriority
-
getEvaluationStatus
-
getActiveCountCritical
int getActiveCountCritical() -
getActiveCountHigh
int getActiveCountHigh() -
getActiveCountMedium
int getActiveCountMedium() -
getActiveCountLow
int getActiveCountLow() -
getActiveCountDiagnostic
int getActiveCountDiagnostic() -
getUnackCountCritical
int getUnackCountCritical() -
getUnackCountHigh
int getUnackCountHigh() -
getUnackCountMedium
int getUnackCountMedium() -
getUnackCountLow
int getUnackCountLow() -
getUnackCountDiagnostic
int getUnackCountDiagnostic() -
hasActiveUnackedCritical
boolean hasActiveUnackedCritical() -
hasActiveUnackedHigh
boolean hasActiveUnackedHigh() -
hasActiveUnackedMedium
boolean hasActiveUnackedMedium() -
hasActiveUnackedLow
boolean hasActiveUnackedLow() -
hasActiveUnackedDiagnostic
boolean hasActiveUnackedDiagnostic()
-