API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.relation. MBeanServerNotificationFilter View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      NotificationFilterSupport
          MBeanServerNotificationFilter
Implements
Subclasses
Description
public class MBeanServerNotificationFilter
  Filter for MBeanServerNotification.
See also:   
Constructors
public MBeanServerNotificationFilter ()
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
Methods
Hide/Show inherited methods
publicsynchronized void disableAllObjectNames ()
Disables any MBeanServerNotification (all ObjectNames are deselected).
publicsynchronized void disableAllTypes () [Inherited From NotificationFilterSupport]
Disables all notification types.
publicsynchronized void disableObjectName (ObjectName objectName) throws IllegalArgumentException
  Disables MBeanServerNotifications concerning given ObjectName.
publicsynchronized void disableType (String prefix) [Inherited From NotificationFilterSupport]
  Removes the given prefix from the prefix list.
publicsynchronized void enableAllObjectNames ()
Enables all MBeanServerNotifications (all ObjectNames are selected).
publicsynchronized void enableObjectName (ObjectName objectName) throws IllegalArgumentException
  Enables MBeanServerNotifications concerning given ObjectName.
publicsynchronized void enableType (String prefix) throws IllegalArgumentException [Inherited From NotificationFilterSupport]
  Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.
publicsynchronized Vector<ObjectName> getDisabledObjectNames ()
  Gets all the ObjectNames disabled.
publicsynchronized Vector<ObjectName> getEnabledObjectNames ()
  Gets all the ObjectNames enabled.
publicsynchronized Vector<String> getEnabledTypes () [Inherited From NotificationFilterSupport]
  Gets all the enabled notification types for this filter.
publicsynchronized boolean isNotificationEnabled (Notification notif) throws IllegalArgumentException [Overrides NotificationFilterSupport]
  Invoked before sending the specified notification to the listener.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar