|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MBeanRegistrar
Provides operations for managing registration of JMX MBeans
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||