API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. AttributeChangeNotificationFilter View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      AttributeChangeNotificationFilter
Implements
 NotificationFilter
Subclasses
Description
public class AttributeChangeNotificationFilter
  This class implements of the NotificationFilter interface for the attribute change notification.
See also:   
Constructors
public AttributeChangeNotificationFilter ()
Methods
Hide/Show inherited methods
publicsynchronized void disableAllAttributes ()
Disables all the attribute names.
publicsynchronized void disableAttribute (String name)
  Disables all the attribute change notifications the attribute name of which equals the specified attribute name to be sent to the listener.
publicsynchronized void enableAttribute (String name) throws IllegalArgumentException
  Enables all the attribute change notifications the attribute name of which equals the specified name to be sent to the listener.
publicsynchronized Vector<String> getEnabledAttributes ()
  Gets all the enabled attribute names for this filter.
publicsynchronized boolean isNotificationEnabled (Notification notification) [Specified in NotificationFilter]
  Invoked before sending the specified notification to the listener.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar