Class SdkMBeanRegistrySupport

    • Constructor Detail

      • SdkMBeanRegistrySupport

        public SdkMBeanRegistrySupport()
    • Method Detail

      • registerMetricAdminMBean

        public boolean registerMetricAdminMBean​(String objectName)
        Description copied from interface: SdkMBeanRegistry
        Returns true if the registration of the admin MBean under the given object name succeeded; false otherwise.
        Specified by:
        registerMetricAdminMBean in interface SdkMBeanRegistry
      • unregisterMBean

        public boolean unregisterMBean​(String objectName)
        Description copied from interface: SdkMBeanRegistry
        Returns true if the unregistration of the MBean under the given object name succeeded; false otherwise.
        Specified by:
        unregisterMBean in interface SdkMBeanRegistry
      • isMBeanRegistered

        public boolean isMBeanRegistered​(String objectName)
        Description copied from interface: SdkMBeanRegistry
        Returns true if the the MBean under the given object name is currently registered; false otherwise.
        Specified by:
        isMBeanRegistered in interface SdkMBeanRegistry