javax.management
Class MBeanServerDelegate.NotificationHandler

java.lang.Object
  |
  +--javax.management.MBeanServerDelegate.NotificationHandler
Enclosing class:
MBeanServerDelegate

class MBeanServerDelegate.NotificationHandler
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  java.lang.Object handback
           
(package private)  java.util.Hashtable info
           
(package private)  NotificationFilter nf
           
(package private)  NotificationListener nl
           
(package private)  Notification notif
           
 
Constructor Summary
(package private) MBeanServerDelegate.NotificationHandler(NotificationFilter nf, NotificationListener nl, java.lang.Object handback, Notification notif, java.util.Hashtable info)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nf

NotificationFilter nf

nl

NotificationListener nl

handback

java.lang.Object handback

notif

Notification notif

info

java.util.Hashtable info
Constructor Detail

MBeanServerDelegate.NotificationHandler

MBeanServerDelegate.NotificationHandler(NotificationFilter nf,
                                        NotificationListener nl,
                                        java.lang.Object handback,
                                        Notification notif,
                                        java.util.Hashtable info)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable