Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public interface: NotificationFilter [javadoc | source]

All Implemented Interfaces:
    java$io$Serializable

All Known Implementing Classes:
    QueryNotificationFilter, NotificationFilterSupport, AttributeChangeNotificationFilter, MBeanServerNotificationFilter

To be implemented by a any class acting as a notification filter. It allows a registered notification listener to filter the notifications of interest.
Method from javax.management.NotificationFilter Summary:
isNotificationEnabled
Method from javax.management.NotificationFilter Detail:
 public boolean isNotificationEnabled(Notification notification)
    Invoked before sending the specified notification to the listener.