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
- 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(javax.management.ObjectName name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
disableObjectName
public void disableObjectName(javax.management.ObjectName name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
getEnabledObjectNames
public java.util.Vector getEnabledObjectNames()
getDisabledObjectNames
public java.util.Vector getDisabledObjectNames()
isNotificationEnabled
public boolean isNotificationEnabled(javax.management.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