Package org.smallmind.claxon.emitter.jmx
Class JMXEmitter
- java.lang.Object
-
- org.smallmind.claxon.registry.PushEmitter
-
- org.smallmind.claxon.emitter.jmx.JMXEmitter
-
- All Implemented Interfaces:
org.smallmind.claxon.registry.Emitter
public class JMXEmitter extends org.smallmind.claxon.registry.PushEmitter
-
-
Constructor Summary
Constructors Constructor Description JMXEmitter(MBeanServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecord(String meterName, org.smallmind.claxon.registry.Tag[] tags, org.smallmind.claxon.registry.Quantity[] quantities)
-
-
-
Constructor Detail
-
JMXEmitter
public JMXEmitter(MBeanServer server)
-
-
Method Detail
-
record
public void record(String meterName, org.smallmind.claxon.registry.Tag[] tags, org.smallmind.claxon.registry.Quantity[] quantities) throws MalformedObjectNameException, NotCompliantMBeanException, MBeanRegistrationException, InstanceAlreadyExistsException, InstanceNotFoundException, ReflectionException
-
-