javax.management.relation
Class MBeanServerNotificationFilter
java.lang.Object
|
+--javax.management.NotificationFilterSupport
|
+--javax.management.relation.MBeanServerNotificationFilter
- All Implemented Interfaces:
- NotificationFilter, java.io.Serializable
- public class MBeanServerNotificationFilter
- extends NotificationFilterSupport
- Version:
- $Revision: 1.3 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerNotificationFilter
public MBeanServerNotificationFilter()
disableAllObjectNames
public void disableAllObjectNames()
enableAllObjectNames
public void enableAllObjectNames()
enableObjectName
public void enableObjectName(ObjectName name)
throws java.lang.IllegalArgumentException
disableObjectName
public void disableObjectName(ObjectName name)
throws java.lang.IllegalArgumentException
getEnabledObjectNames
public java.util.Vector getEnabledObjectNames()
getDisabledObjectNames
public java.util.Vector getDisabledObjectNames()
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- Overrides:
isNotificationEnabled
in class NotificationFilterSupport