Class: javax.management.MBeanServerNotification

Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean. The MBean Server emits the following types of notifications: MBean registration, MBean de-registration.

To receive to MBeanServerNotifications, you need to be declared as listener to the javax.management.MBeanServerDelegate MBean that represents the MBeanServer. The ObjectName of the MBeanServerDelegate is: JMImplementation:type=MBeanServerDelegate.

Since:
@since 1.5

Inheritance

Superclass tree: Implements:

Methods

Fields

  • REGISTRATION_NOTIFICATION

    public static final String REGISTRATION_NOTIFICATION = "JMX.mbean.registered"
    Notification type denoting that an MBean has been registered. Value is "JMX.mbean.registered".
  • UNREGISTRATION_NOTIFICATION

    public static final String UNREGISTRATION_NOTIFICATION = "JMX.mbean.unregistered"
    Notification type denoting that an MBean has been unregistered. Value is "JMX.mbean.unregistered".