javax.management
Interface NotificationFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributeChangeNotificationFilter, NotificationFilterSupport, RemoteNotificationFilterSupport

public interface NotificationFilter
extends java.io.Serializable

Implemented by a class that acts as a NotificationFilter, which allows it to filter the notifications.


Method Summary
 boolean isNotificationEnabled(javax.management.Notification notification)
          Invoked before sending the Notification to the listener.
 

Method Detail

isNotificationEnabled

public boolean isNotificationEnabled(javax.management.Notification notification)
Invoked before sending the Notification to the listener.

Returns:
boolean true if the Notification should be sent, false otherwise