javax.management
Class NotificationFilterSupport

java.lang.Object
  |
  +--javax.management.NotificationFilterSupport
All Implemented Interfaces:
NotificationFilter, java.io.Serializable
Direct Known Subclasses:
MBeanServerNotificationFilter

public class NotificationFilterSupport
extends java.lang.Object
implements NotificationFilter

Version:
$Revision: 1.6 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
NotificationFilterSupport()
           
 
Method Summary
 void disableAllTypes()
           
 void disableType(java.lang.String prefix)
           
 void enableType(java.lang.String prefix)
           
 java.util.Vector getEnabledTypes()
           
 boolean isNotificationEnabled(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationFilterSupport

public NotificationFilterSupport()
Method Detail

enableType

public void enableType(java.lang.String prefix)
                throws java.lang.IllegalArgumentException

disableAllTypes

public void disableAllTypes()

disableType

public void disableType(java.lang.String prefix)

getEnabledTypes

public java.util.Vector getEnabledTypes()

isNotificationEnabled

public boolean isNotificationEnabled(Notification notification)
Specified by:
isNotificationEnabled in interface NotificationFilter