| Interface | Description |
|---|---|
| JmxConnectionManager |
The connection manager is responsible to create a
JmxServerConnector
implementation according to the connectionName and establish a connection using that server connector. |
| JmxConnectionManager.RetryCallback |
This callback should always be invoked BEFORE invoking
the
JmxServerConnector.createConnection(String, java.util.Map)
method. |
| JmxServerConnectionWrapper |
Wraps the established
MBeanServerConnection. |
| JmxServerConnector |
The JmxServerConnector implements the logic on how to connect to a certain JMX Server (MBeanServer).
|
| Class | Description |
|---|---|
| JmxConnectors |
All available connectors.
|
| Exception | Description |
|---|---|
| JmxServerConnectionException |
Is used to indicate that a connection to a JMX Server (MBeanServer) could not be established.
|
Copyright © 2015. All rights reserved.