org.jboss.jmx.examples.configuration
Class MBeanConfiguratorSupport.RegistrationNotificationFilter
java.lang.Object
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
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 |
MBeanConfiguratorSupport.RegistrationNotificationFilter
public MBeanConfiguratorSupport.RegistrationNotificationFilter()
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.