| 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  
org.opennms.netmgt.jmx.connection.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). 
 | 
| PasswordStrategy | 
| Class | Description | 
|---|---|
| JmxConnectionConfig | 
 Helper object to safety access the connection properties. 
 | 
| JmxConnectionConfigBuilder | 
| Enum | Description | 
|---|---|
| JmxConnectors | 
 All available connectors. 
 | 
| JmxServerConnector.Parameters | 
| Exception | Description | 
|---|---|
| JmxServerConnectionException | 
 Is used to indicate that a connection to a JMX Server (MBeanServer) could not be established. 
 | 
Copyright © 2020. All rights reserved.