XMOJO 5 API Docs

com.adventnet.jmx
Class NotificationHandler

java.lang.Object
  |
  +--com.adventnet.jmx.NotificationHandler

public class NotificationHandler
extends java.lang.Object


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

Field Detail

nf

public NotificationFilter nf

nl

public NotificationListener nl

handback

public java.lang.Object handback

notif

public Notification notif

info

public java.util.Hashtable info
Constructor Detail

NotificationHandler

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

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.