Package org.jolokia.client.jmxadapter


package org.jolokia.client.jmxadapter
  • Classes
    Class
    Description
    I provide support for handling JMX urls for the Jolokia protocol Syntax service:jmx:jolokia://host:port/path/to/jolokia/with/slash/suffix/ My Jar contains a service loader, so that Jolokia JMX protocol is supported as long as my jar (jmx-adapter-version-standalone.jar) is on the classpath
    Handle MBeanServerConnection using the jolokia protocol
    I emulate a subset of the functionality of a native MBeanServerConnector but over a Jolokia connection to the VM , the response types and thrown exceptions attempts to mimic as close as possible the ones from a native Java MBeanServerConnection
    Attempt to produce openmbean results to emulate a native JMX connection by reverse engineering type information from JSON response from Jolokia and use the appropriate converter to convert to corresponding objects