Class MBeanServerDelegate

    • Field Detail

      • DELEGATE_NAME

        public static final ObjectName DELEGATE_NAME
        Defines the default ObjectName of the MBeanServerDelegate.
        Since:
        1.6
    • Constructor Detail

      • MBeanServerDelegate

        public MBeanServerDelegate()
        Create a MBeanServerDelegate object.
    • Method Detail

      • sendNotification

        public void sendNotification​(Notification 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.