Class AlarmNotificationListeners.DelegateListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.management.NotificationListener
    Enclosing class:
    AlarmNotificationListeners

    public class AlarmNotificationListeners.DelegateListener
    extends java.lang.Object
    implements javax.management.NotificationListener
    Gets register notification when a mbean is registered in platform Mbeanserver and checks if it is alarm mbean and add attribute notification listener to it. Gets attribute notification when alarm mbean is updated by the application.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleNotification​(javax.management.Notification notification, java.lang.Object obj)  
      • Methods inherited from class java.lang.Object

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

      • DelegateListener

        public DelegateListener()
    • Method Detail

      • handleNotification

        public void handleNotification​(javax.management.Notification notification,
                                       java.lang.Object obj)
        Specified by:
        handleNotification in interface javax.management.NotificationListener