KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > relation > MBeanServerNotificationFilter

javax.management.relation
Class MBeanServerNotificationFilter

java.lang.Object
  extended by javax.management.NotificationFilterSupport
      extended by javax.management.relation.MBeanServerNotificationFilter
All Implemented Interfaces:
Serializable, NotificationFilter
See Also:
Top Examples, Source Code, MBeanServerNotification

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


public void disableObjectName(ObjectName theObjName)
                       throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public void enableObjectName(ObjectName theObjName)
                      throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags