Example usage for Java javax.management.relation MBeanServerNotificationFilter fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanServerNotificationFilter() Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames. |
void | disableAllObjectNames() Disables any MBeanServerNotification (all ObjectNames are deselected). |
void | disableObjectName(ObjectName objectName) Disables MBeanServerNotifications concerning given ObjectName. |
void | enableAllObjectNames() Enables all MBeanServerNotifications (all ObjectNames are selected). |
void | enableObjectName(ObjectName objectName) Enables MBeanServerNotifications concerning given ObjectName. |