Class AttributeChangeNotificationFilter

java.lang.Object
javax.management.AttributeChangeNotificationFilter
All Implemented Interfaces:
Serializable, NotificationFilter

public class AttributeChangeNotificationFilter extends Object implements NotificationFilter
This class implements of the NotificationFilter interface for the attribute change notification. The filtering is performed on the name of the observed attribute.

It manages a list of enabled attribute names. A method allows users to enable/disable as many attribute names as required.

Since:
1.5
See Also: