Class BaseNotificationBroadcasterEntry


  • class BaseNotificationBroadcasterEntry
    extends java.lang.Object
    Utility class representing a particular registered listener entry.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      javax.management.NotificationFilter filter  
      java.lang.Object handback  
      javax.management.NotificationListener listener  
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseNotificationBroadcasterEntry​(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • filter

        public javax.management.NotificationFilter filter
      • handback

        public java.lang.Object handback
      • listener

        public javax.management.NotificationListener listener
    • Constructor Detail

      • BaseNotificationBroadcasterEntry

        public BaseNotificationBroadcasterEntry​(javax.management.NotificationListener listener,
                                                javax.management.NotificationFilter filter,
                                                java.lang.Object handback)