| Package | Description |
|---|---|
| org.opennms.netmgt.jmx.connection | |
| org.opennms.netmgt.jmx.impl.connection.connectors |
| Modifier and Type | Method and Description |
|---|---|
JmxServerConnectionWrapper |
JmxConnectionManager.connect(String connectionName,
String ipAddress,
Map<String,String> connectionProperties,
JmxConnectionManager.RetryCallback retryCallback)
|
JmxServerConnectionWrapper |
JmxServerConnector.createConnection(String ipAddress,
Map<String,String> propertiesMap)
Establishes a jmx connection (
MBeanServerConnection) to the given ipAddress
using required properties from the given propertiesMap. |
| Modifier and Type | Method and Description |
|---|---|
JmxServerConnectionWrapper |
DefaultConnectionManager.connect(String connectorName,
String ipAddress,
Map<String,String> properties,
JmxConnectionManager.RetryCallback retryCallback) |
JmxServerConnectionWrapper |
PlatformMBeanServerConnector.createConnection(String ipAddress,
Map<String,String> propertiesMap) |
Copyright © 2015. All rights reserved.