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 TypeMethodDescriptionboolean
isMBeanRegistered
(String objectName) Returns true if the the MBean under the given object name is currently registered; false otherwise.boolean
registerMetricAdminMBean
(String objectName) Returns true if the registration of the admin MBean under the given object name succeeded; false otherwise.boolean
unregisterMBean
(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:SdkMBeanRegistry
Returns true if the registration of the admin MBean under the given object name succeeded; false otherwise.- Specified by:
registerMetricAdminMBean
in interfaceSdkMBeanRegistry
-
unregisterMBean
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 interfaceSdkMBeanRegistry
-
isMBeanRegistered
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 interfaceSdkMBeanRegistry
-