com.netflix.servo.publish
Interface JmxConnector

All Known Implementing Classes:
LocalJmxConnector

public interface JmxConnector

Used to get a connection to a JMX mbean server.


Method Summary
 javax.management.MBeanServerConnection getConnection()
          Returns a connection to an mbean server that can be used to poll metrics from JMX.
 

Method Detail

getConnection

javax.management.MBeanServerConnection getConnection()
Returns a connection to an mbean server that can be used to poll metrics from JMX.