SdkMBeanRegistrypublic class SdkMBeanRegistrySupport extends Object implements SdkMBeanRegistry
SdkMBeanRegistry.FactoryNONE| Constructor | Description |
|---|---|
SdkMBeanRegistrySupport() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
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.
|
public boolean registerMetricAdminMBean(String objectName)
SdkMBeanRegistryregisterMetricAdminMBean in interface SdkMBeanRegistrypublic boolean unregisterMBean(String objectName)
SdkMBeanRegistryunregisterMBean in interface SdkMBeanRegistrypublic boolean isMBeanRegistered(String objectName)
SdkMBeanRegistryisMBeanRegistered in interface SdkMBeanRegistryCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.