org.jboss.jmx.examples.configuration
Class MBeanConfiguratorSupport.RegistrationNotificationFilter

java.lang.Object
  extended by org.jboss.jmx.examples.configuration.MBeanConfiguratorSupport.RegistrationNotificationFilter
All Implemented Interfaces:
Serializable, NotificationFilter
Enclosing class:
MBeanConfiguratorSupport

public class MBeanConfiguratorSupport.RegistrationNotificationFilter
extends Object
implements NotificationFilter, Serializable

See Also:
Serialized Form

Constructor Summary
MBeanConfiguratorSupport.RegistrationNotificationFilter()
           
 
Method Summary
 boolean isNotificationEnabled(Notification notification)
          This method is called before a notification is sent to see whether the listener wants the notification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanConfiguratorSupport.RegistrationNotificationFilter

public MBeanConfiguratorSupport.RegistrationNotificationFilter()
Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
This method is called before a notification is sent to see whether the listener wants the notification.

Specified by:
isNotificationEnabled in interface NotificationFilter
Parameters:
notification - the notification to be sent.
Returns:
true if the listener wants the notification, false otherwise


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.