public class JmxService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JmxService.JmxDispatcher |
static interface |
JmxService.JmxDispatcherMBean |
Modifier and Type | Field and Description |
---|---|
static String |
DISPATCHER_OBJECT_NAME |
Constructor and Description |
---|
JmxService() |
Modifier and Type | Method and Description |
---|---|
static CompositeData |
convert(Metrics metric,
TimeUnit timeUnit) |
static ObjectName |
objectName(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher) |
static void |
register(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher) |
static void |
unregister(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher) |
public static final String DISPATCHER_OBJECT_NAME
public JmxService()
public static CompositeData convert(Metrics metric, TimeUnit timeUnit) throws OpenDataException
OpenDataException
public static ObjectName objectName(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher)
public static void register(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher) throws Exception
Exception
public static void unregister(org.fusesource.hawtdispatch.internal.HawtDispatcher dispatcher) throws Exception
Exception
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.