Package com.amazonaws.jmx
Class SdkMBeanRegistrySupport
java.lang.Object
com.amazonaws.jmx.SdkMBeanRegistrySupport
- All Implemented Interfaces:
SdkMBeanRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.amazonaws.jmx.spi.SdkMBeanRegistry
SdkMBeanRegistry.Factory -
Field Summary
Fields inherited from interface com.amazonaws.jmx.spi.SdkMBeanRegistry
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMBeanRegistered(String objectName) Returns true if the the MBean under the given object name is currently registered; false otherwise.booleanregisterMetricAdminMBean(String objectName) Returns true if the registration of the admin MBean under the given object name succeeded; false otherwise.booleanunregisterMBean(String objectName) Returns true if the unregistration of the MBean under the given object name succeeded; false otherwise.
-
Constructor Details
-
SdkMBeanRegistrySupport
public SdkMBeanRegistrySupport()
-
-
Method Details
-
registerMetricAdminMBean
Description copied from interface:SdkMBeanRegistryReturns true if the registration of the admin MBean under the given object name succeeded; false otherwise.- Specified by:
registerMetricAdminMBeanin interfaceSdkMBeanRegistry
-
unregisterMBean
Description copied from interface:SdkMBeanRegistryReturns true if the unregistration of the MBean under the given object name succeeded; false otherwise.- Specified by:
unregisterMBeanin interfaceSdkMBeanRegistry
-
isMBeanRegistered
Description copied from interface:SdkMBeanRegistryReturns true if the the MBean under the given object name is currently registered; false otherwise.- Specified by:
isMBeanRegisteredin interfaceSdkMBeanRegistry
-