Java javax.management.relation MBeanServerNotificationFilter fields, constructors, methods, implement or subclass

Example usage for Java javax.management.relation MBeanServerNotificationFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.relation MBeanServerNotificationFilter.

The text is from its open source code.

Constructor

MBeanServerNotificationFilter()
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.

Method

voiddisableAllObjectNames()
Disables any MBeanServerNotification (all ObjectNames are deselected).
voiddisableObjectName(ObjectName objectName)
Disables MBeanServerNotifications concerning given ObjectName.
voidenableAllObjectNames()
Enables all MBeanServerNotifications (all ObjectNames are selected).
voidenableObjectName(ObjectName objectName)
Enables MBeanServerNotifications concerning given ObjectName.