Package com.amazonaws.jmx.spi
Interface SdkMBeanRegistry
- All Known Implementing Classes:
SdkMBeanRegistrySupport
public interface SdkMBeanRegistry
SPI used to register MBeans and can survive the absence of JMX.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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.
-
Field Details
-
NONE
-
-
Method Details
-
registerMetricAdminMBean
Returns true if the registration of the admin MBean under the given object name succeeded; false otherwise. -
unregisterMBean
Returns true if the unregistration of the MBean under the given object name succeeded; false otherwise. -
isMBeanRegistered
Returns true if the the MBean under the given object name is currently registered; false otherwise.
-