public interface NodeReconciliationAlarmMBean
Modifier and Type | Method and Description |
---|---|
void |
clearAlarm(String alarmName,
String additionalText,
String source)
This method is called to clear the raised alarm with the specified alarm name.
|
List<String> |
getClearAlarmObject()
This method is called to retrieve the list of the alarm objects to be cleared.
|
List<String> |
getRaiseAlarmObject()
This method is called to retrieve the list of alarm objects which are to be raised.
|
void |
raiseAlarm(String alarmName,
String additionalText,
String source)
This method is called to raise the alarm with the specified alarm name.
|
void |
setClearAlarmObject(List<String> clearAlarmObject)
This method is called to set the list of alarm objects to be cleared.
|
void |
setRaiseAlarmObject(List<String> raiseAlarmObject)
This method is called to set the list of raiseAlarmObjets.
|
void setRaiseAlarmObject(List<String> raiseAlarmObject)
raiseAlarmObject
- holds the list of alarm objectsList<String> getRaiseAlarmObject()
void setClearAlarmObject(List<String> clearAlarmObject)
clearAlarmObject
- maintains the list of clearable alarm objectsList<String> getClearAlarmObject()
void raiseAlarm(String alarmName, String additionalText, String source)
alarmName
- name of the alarm to be raisedadditionalText
- description of alarm eventsource
- source of alarmCopyright © 2019 OpenDaylight. All rights reserved.