public class NodeReconciliationAlarm extends NotificationBroadcasterSupport implements NodeReconciliationAlarmMBean
| Constructor and Description |
|---|
NodeReconciliationAlarm() |
| 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.
|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotificationpublic void setRaiseAlarmObject(List<String> raiseAlarmObject)
NodeReconciliationAlarmMBeansetRaiseAlarmObject in interface NodeReconciliationAlarmMBeanraiseAlarmObject - holds the list of alarm objectspublic List<String> getRaiseAlarmObject()
NodeReconciliationAlarmMBeangetRaiseAlarmObject in interface NodeReconciliationAlarmMBeanpublic void setClearAlarmObject(List<String> clearAlarmObject)
NodeReconciliationAlarmMBeansetClearAlarmObject in interface NodeReconciliationAlarmMBeanclearAlarmObject - maintains the list of clearable alarm objectspublic List<String> getClearAlarmObject()
NodeReconciliationAlarmMBeangetClearAlarmObject in interface NodeReconciliationAlarmMBeanpublic void raiseAlarm(String alarmName, String additionalText, String source)
NodeReconciliationAlarmMBeanraiseAlarm in interface NodeReconciliationAlarmMBeanalarmName - name of the alarm to be raisedadditionalText - description of alarm eventsource - source of alarmpublic void clearAlarm(String alarmName, String additionalText, String source)
NodeReconciliationAlarmMBeanclearAlarm in interface NodeReconciliationAlarmMBeanalarmName - name of the alarm to be clearedadditionalText - description of alarm eventsource - source of alarmCopyright © 2019 OpenDaylight. All rights reserved.