javax.management.relation
Class MBeanServerNotificationFilter
java.lang.Object
javax.management.NotificationFilterSupport
javax.management.relation.MBeanServerNotificationFilter
- All Implemented Interfaces:
- java.io.Serializable, NotificationFilter
public class MBeanServerNotificationFilter
- extends NotificationFilterSupport
- Version:
- $Revision: 1.4 $
- 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
- Throws:
java.lang.IllegalArgumentException
disableObjectName
public void disableObjectName(ObjectName name)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getEnabledObjectNames
public java.util.Vector getEnabledObjectNames()
getDisabledObjectNames
public java.util.Vector getDisabledObjectNames()
isNotificationEnabled
public boolean isNotificationEnabled(Notification notification)
- Description copied from interface:
NotificationFilter
- Invoked before sending the
Notification to the listener.
- Specified by:
isNotificationEnabled in interface NotificationFilter- Overrides:
isNotificationEnabled in class NotificationFilterSupport
- Returns:
- boolean true if the Notification should be sent, false otherwise
Copyright © 2001-2002 MX4J Team. All Rights Reserved.