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.
- Version:
- $Revision: 1.3 $
- Author:
- Simone Bordet
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- Invoked before sending the
Notification
to the listener.
- Returns:
- boolean true if the Notification should be sent, false otherwise
Copyright © 2001-2002 MX4J Team. All Rights Reserved.