Java EE 5 SDK

com.sun.appserv.management.util.jmx
Class NotificationListenerInfo

java.lang.Object
  extended by com.sun.appserv.management.util.jmx.NotificationListenerInfo

public class NotificationListenerInfo
extends Object

A immutable 3-tuple for tracking this stuff


Constructor Summary
NotificationListenerInfo(NotificationListener listener, NotificationFilter filter, Object handback)
           
 
Method Summary
 NotificationFilter getFilter()
           
 Object getHandback()
           
 NotificationListener getListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationListenerInfo

public NotificationListenerInfo(NotificationListener listener,
                                NotificationFilter filter,
                                Object handback)
Method Detail

getListener

public NotificationListener getListener()

getFilter

public NotificationFilter getFilter()

getHandback

public Object getHandback()

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.