Class DataPathAlarm

  • All Implemented Interfaces:
    javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, DataPathAlarmMBean

    public class DataPathAlarm
    extends javax.management.NotificationBroadcasterSupport
    implements DataPathAlarmMBean
    Implementation of the DataPath Alarm MBean. It can basically allow others to rise and clear alarms occurred on the Data Path.
    Author:
    Ericsson India Global Services Pvt Ltd. and others
    • Constructor Summary

      Constructors 
      Constructor Description
      DataPathAlarm()  
    • 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.util.List<java.lang.String> getClearAlarmObject()  
      java.util.List<java.lang.String> getRaiseAlarmObject()  
      void raiseAlarm​(java.lang.String alarmName, java.lang.String additionalText, java.lang.String source)  
      void setClearAlarmObject​(java.util.List<java.lang.String> clearAlarmObject)  
      void setRaiseAlarmObject​(java.util.List<java.lang.String> raiseAlarmObject)  
      • Methods inherited from class javax.management.NotificationBroadcasterSupport

        addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataPathAlarm

        public DataPathAlarm()