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 void
clearAlarm(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()
int
getRaiseAlarmObjectMapSize()
void
handleNotification(javax.management.NotificationListener listener, javax.management.Notification notif, java.lang.Object handback)
void
handleNotification(javax.management.Notification notification, java.lang.Object handback)
void
raiseAlarm(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:
raiseAlarm
in interfaceNvpnNbrControlPathAlarmMBean
-
clearAlarm
public void clearAlarm(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source, java.lang.String detailsInfo)
- Specified by:
clearAlarm
in 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:
handleNotification
in classjavax.management.NotificationBroadcasterSupport
-
handleNotification
public void handleNotification(javax.management.Notification notification, java.lang.Object handback)
- Specified by:
handleNotification
in interfacejavax.management.NotificationListener
-
-