public class JmxRegister extends Object
| Constructor and Description |
|---|
JmxRegister() |
| Modifier and Type | Method and Description |
|---|---|
String |
register(Object mBean,
Iterable<Supplier<String>> names)
Try registering the mBean with the names one by one.
|
boolean |
unregister()
Un-register the previously registered mBean.
|
public String register(Object mBean, Iterable<Supplier<String>> names)
public boolean unregister()
throws JMException
JMExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.