javax.management
Class AttributeChangeNotificationFilter
java.lang.Object
|
+--javax.management.AttributeChangeNotificationFilter
- All Implemented Interfaces:
- NotificationFilter, java.io.Serializable
- public class AttributeChangeNotificationFilter
- extends java.lang.Object
- implements NotificationFilter
- Version:
- $Revision: 1.6 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AttributeChangeNotificationFilter
public AttributeChangeNotificationFilter()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
enableAttribute
public void enableAttribute(java.lang.String name)
disableAttribute
public void disableAttribute(java.lang.String name)
disableAllAttributes
public void disableAllAttributes()
getEnabledAttributes
public java.util.Vector getEnabledAttributes()
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- Specified by:
isNotificationEnabled
in interface NotificationFilter