public interface MBeanRegistrar
| Modifier and Type | Method and Description |
|---|---|
void |
registerMBeans(MBeanServer mBeanServer)
Tells this object to register its JMX MBeans with the given server.
|
void |
unregisterMBeans(MBeanServer mBeanServer)
Tells this object to deregister its JMX MBeans from the given server.
|
void registerMBeans(@Nullable MBeanServer mBeanServer)
mBeanServer - the server with which to register the MBeans (ignored if null)void unregisterMBeans(@Nullable MBeanServer mBeanServer)
mBeanServer - the server with which to deregister the MBeans (ignored if null)Copyright © 2018 Atlassian. All rights reserved.