Interface AlarmStateSummary
- All Known Implementing Classes:
BasicAlarmStateSummary
public interface AlarmStateSummary
-
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintReturns the highest active alarm, either acknowledged or not.intintintintintintbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
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()
-