public class SdkMBeanRegistrySupport extends Object implements SdkMBeanRegistry
SdkMBeanRegistry.Factory
NONE
Constructor and Description |
---|
SdkMBeanRegistrySupport() |
Modifier and Type | Method and 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)
SdkMBeanRegistry
registerMetricAdminMBean
in interface SdkMBeanRegistry
public boolean unregisterMBean(String objectName)
SdkMBeanRegistry
unregisterMBean
in interface SdkMBeanRegistry
public boolean isMBeanRegistered(String objectName)
SdkMBeanRegistry
isMBeanRegistered
in interface SdkMBeanRegistry
Copyright © 2018. All rights reserved.