KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > AttributeChangeNotificationFilter

javax.management
Class AttributeChangeNotificationFilter

java.lang.Object
  extended by javax.management.AttributeChangeNotificationFilter
All Implemented Interfaces:
Serializable, NotificationFilter
See Also:
Top Examples, Source Code, attribute change notification

public AttributeChangeNotificationFilter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void disableAllAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void disableAttribute(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void enableAttribute(String name)
                     throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Vector getEnabledAttributes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isNotificationEnabled(Notification notification)
See Also:
NotificationFilter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags