API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. NotificationFilterSupport View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      NotificationFilterSupport
Implements
 NotificationFilter
Subclasses
Description
public class NotificationFilterSupport
  Provides an implementation of the NotificationFilter interface.
Constructors
public NotificationFilterSupport ()
Methods
Hide/Show inherited methods
publicsynchronized void disableAllTypes ()
Disables all notification types.
publicsynchronized void disableType (String prefix)
  Removes the given prefix from the prefix list.
publicsynchronized void enableType (String prefix) throws IllegalArgumentException
  Enables all the notifications the type of which starts with the specified prefix to be sent to the listener.
publicsynchronized Vector<String> getEnabledTypes ()
  Gets all the enabled notification types for this filter.
publicsynchronized boolean isNotificationEnabled (Notification notification) [Specified in NotificationFilter]
  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