Package org.opendaylight.netvirt.alarm
Class NvpnNbrControlPathAlarm
- java.lang.Object
-
- javax.management.NotificationBroadcasterSupport
-
- org.opendaylight.netvirt.alarm.NvpnNbrControlPathAlarm
-
- All Implemented Interfaces:
java.util.EventListener,javax.management.NotificationBroadcaster,javax.management.NotificationEmitter,javax.management.NotificationListener,NvpnNbrControlPathAlarmMBean
public class NvpnNbrControlPathAlarm extends javax.management.NotificationBroadcasterSupport implements NvpnNbrControlPathAlarmMBean, javax.management.NotificationListener
-
-
Constructor Summary
Constructors Constructor Description NvpnNbrControlPathAlarm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearAlarm(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source, java.lang.String detailsInfo)java.util.Map<java.lang.String,java.util.List<java.lang.String>>getRaiseAlarmObjectMapCopy()intgetRaiseAlarmObjectMapSize()voidhandleNotification(javax.management.NotificationListener listener, javax.management.Notification notif, java.lang.Object handback)voidhandleNotification(javax.management.Notification notification, java.lang.Object handback)voidraiseAlarm(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source, java.lang.String detailsInfo)
-
-
-
Method Detail
-
raiseAlarm
public void raiseAlarm(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source, java.lang.String detailsInfo)- Specified by:
raiseAlarmin interfaceNvpnNbrControlPathAlarmMBean
-
clearAlarm
public void clearAlarm(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source, java.lang.String detailsInfo)- Specified by:
clearAlarmin interfaceNvpnNbrControlPathAlarmMBean
-
getRaiseAlarmObjectMapSize
public int getRaiseAlarmObjectMapSize()
-
getRaiseAlarmObjectMapCopy
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getRaiseAlarmObjectMapCopy()
-
handleNotification
public void handleNotification(javax.management.NotificationListener listener, javax.management.Notification notif, java.lang.Object handback)- Overrides:
handleNotificationin classjavax.management.NotificationBroadcasterSupport
-
handleNotification
public void handleNotification(javax.management.Notification notification, java.lang.Object handback)- Specified by:
handleNotificationin interfacejavax.management.NotificationListener
-
-