Class MetricRegister
- java.lang.Object
-
- org.nuxeo.runtime.management.metrics.MetricRegister
-
public class MetricRegister extends Object
-
-
Constructor Summary
Constructors Constructor Description MetricRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
canonicalName(String name, String type)
void
registerMXBean(Object mbean, String name, Class<?> itf, String type)
void
unregisterAll()
void
unregisterMXBean(Object mbean)
void
unregisterMXBean(String name)
-