KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotificationFilterSupport

javax.management
Class NotificationFilterSupport

java.lang.Object
  extended by javax.management.NotificationFilterSupport
All Implemented Interfaces:
Serializable, NotificationFilter
Direct Known Subclasses:
MBeanServerNotificationFilter
See Also:
Top Examples, Source Code, NotificationBroadcaster.addNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object)

public void disableAllTypes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void disableType(String prefix)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void enableType(String prefix)
                throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Vector getEnabledTypes()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isNotificationEnabled(Notification notification)
See Also:
NotificationFilter
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NotificationFilterSupport()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags