Represents the MBean server from the management point of view.
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.
public void
sendNotification
(Notification notification)
Enables the MBean server to send a notification.
Enables the MBean server to send a notification. If the passed notification has a sequence number lesser or equal to 0, then replace it with the delegate's own sequence number.
Parameters: - notification - The notification to send.