public interface SdkMBeanRegistry
Modifier and Type | Interface and Description |
---|---|
static class |
SdkMBeanRegistry.Factory |
Modifier and Type | Field and Description |
---|---|
static SdkMBeanRegistry |
NONE |
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.
|
static final SdkMBeanRegistry NONE
boolean registerMetricAdminMBean(String objectName)
boolean unregisterMBean(String objectName)
boolean isMBeanRegistered(String objectName)
Copyright © 2015. All rights reserved.