Class SdkMBeanRegistrySupport

java.lang.Object
com.amazonaws.jmx.SdkMBeanRegistrySupport
All Implemented Interfaces:
SdkMBeanRegistry

public class SdkMBeanRegistrySupport extends Object implements SdkMBeanRegistry
  • Constructor Details

    • SdkMBeanRegistrySupport

      public SdkMBeanRegistrySupport()
  • Method Details

    • 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