Class JmxClient

java.lang.Object
com.j256.simplejmx.client.JmxClient
All Implemented Interfaces:
Closeable, AutoCloseable

public class JmxClient extends Object implements Closeable
JMX client connection implementation which connects to a JMX server and gets JMX information, gets/sets attributes, and invokes operations.
Author:
graywatson