javax.management
public interface NotificationFilter extends Serializable
Since: 1.5
Method Summary | |
---|---|
boolean | isNotificationEnabled(Notification notification)
Returns true if the specified notification should be passed
on to the listener.
|
Parameters: notification the notification being delivered.
Returns: true if the notification should be passed to the listener, false otherwise.