Package org.opennms.netmgt.jmx.connection
-
Interface Summary Interface Description JmxConnectionManager The connection manager is responsible to create aJmxServerConnector
implementation according to the connectionName and establish a connection using that server connector.JmxConnectionManager.RetryCallback This callback should always be invoked BEFORE invoking theorg.opennms.netmgt.jmx.connection.JmxServerConnector#createConnection(String, java.util.Map)
method.JmxServerConnectionWrapper Wraps the establishedMBeanServerConnection
.JmxServerConnector The JmxServerConnector implements the logic on how to connect to a certain JMX Server (MBeanServer).PasswordStrategy -
Class Summary Class Description JmxConnectionConfig Helper object to safety access the connection properties.JmxConnectionConfigBuilder -
Enum Summary Enum Description JmxConnectors All available connectors.JmxServerConnector.Parameters -
Exception Summary Exception Description JmxServerConnectionException Is used to indicate that a connection to a JMX Server (MBeanServer) could not be established.