MBeanServerDelegate (Java SE 16 & JDK 16) (original) (raw)

All Implemented Interfaces:

[MBeanServerDelegateMBean](MBeanServerDelegateMBean.html "interface in javax.management"), [NotificationBroadcaster](NotificationBroadcaster.html "interface in javax.management"), [NotificationEmitter](NotificationEmitter.html "interface in javax.management")


Represents the MBean server from the management point of view. The MBeanServerDelegate MBean emits the MBeanServerNotifications when an MBean is registered/unregistered in the MBean server.

Since:

1.5

Fields
Defines the default ObjectName of the MBeanServerDelegate.

Constructors
Create a MBeanServerDelegate object.

void
Adds a listener to this MBean.
Returns the JMX implementation name (the name of this product).
Returns the JMX implementation vendor (the vendor of this product).
Returns the JMX implementation version (the version of this product).
Returns the MBean server agent identity.
Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
Returns the full name of the JMX specification implemented by this product.
Returns the vendor of the JMX specification implemented by this product.
Returns the version of the JMX specification implemented by this product.
void
Removes a listener from this MBean.
void
Removes a listener from this MBean.
void
Enables the MBean server to send a notification.

Methods declared in class java.lang.Object

[clone](../../../java.base/java/lang/Object.html#clone%28%29), [equals](../../../java.base/java/lang/Object.html#equals%28java.lang.Object%29), [finalize](../../../java.base/java/lang/Object.html#finalize%28%29), [getClass](../../../java.base/java/lang/Object.html#getClass%28%29), [hashCode](../../../java.base/java/lang/Object.html#hashCode%28%29), [notify](../../../java.base/java/lang/Object.html#notify%28%29), [notifyAll](../../../java.base/java/lang/Object.html#notifyAll%28%29), [toString](../../../java.base/java/lang/Object.html#toString%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28%29), [wait](../../../java.base/java/lang/Object.html#wait%28long%29), [wait](../../../java.base/java/lang/Object.html#wait%28long,int%29)