com.adventnet.adaptors.clients.http
Class ClientNotificationBroadcaster.NotificationHandler

java.lang.Object
  extended by com.adventnet.adaptors.clients.http.ClientNotificationBroadcaster.NotificationHandler
Enclosing class:
ClientNotificationBroadcaster

 class ClientNotificationBroadcaster.NotificationHandler
extends java.lang.Object


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

Field Detail

nf

javax.management.NotificationFilter nf

nl

javax.management.NotificationListener nl

handback

java.lang.Object handback

notif

javax.management.Notification notif

info

java.util.Hashtable info
Constructor Detail

ClientNotificationBroadcaster.NotificationHandler

ClientNotificationBroadcaster.NotificationHandler(javax.management.NotificationFilter nf,
                                                  javax.management.NotificationListener nl,
                                                  java.lang.Object handback,
                                                  javax.management.Notification notif,
                                                  java.util.Hashtable info)