org.apache.commons.modeler
Class BaseNotificationBroadcasterEntry

java.lang.Object
  |
  +--org.apache.commons.modeler.BaseNotificationBroadcasterEntry

class BaseNotificationBroadcasterEntry
extends java.lang.Object

Utility class representing a particular registered listener entry.


Field Summary
 javax.management.NotificationFilter filter
           
 java.lang.Object handback
           
 javax.management.NotificationListener listener
           
 
Constructor Summary
BaseNotificationBroadcasterEntry(javax.management.NotificationListener listener, javax.management.NotificationFilter filter, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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)


Copyright (c) 2001-2002 - Apache Software Foundation