Package | Description |
---|---|
org.opennms.netmgt.jmx.connection | |
org.opennms.netmgt.jmx.impl.connection.connectors | |
org.opennms.netmgt.provision.detector.jmx |
Modifier and Type | Method and Description |
---|---|
JmxServerConnectionWrapper |
JmxConnectionManager.connect(JmxConnectors connectionName,
InetAddress ipAddress,
Map<String,String> connectionProperties,
JmxConnectionManager.RetryCallback retryCallback)
|
JmxServerConnectionWrapper |
JmxServerConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap)
Establishes a JMX connection (
MBeanServerConnection ) to the given ipAddress
using required properties from the given propertiesMap . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionWrapper |
Modifier and Type | Method and Description |
---|---|
JmxServerConnectionWrapper |
DefaultConnectionManager.connect(JmxConnectors connectorName,
InetAddress ipAddress,
Map<String,String> properties,
JmxConnectionManager.RetryCallback retryCallback) |
JmxServerConnectionWrapper |
PlatformMBeanServerConnector.createConnection() |
JmxServerConnectionWrapper |
DefaultJmxConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap) |
JmxServerConnectionWrapper |
PlatformMBeanServerConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap) |
JmxServerConnectionWrapper |
DefaultJmxConnector.createConnection(JmxConnectionConfig config) |
static JmxServerConnectionWrapper |
Jsr160ConnectionFactory.getMBeanServerConnection(Map<String,String> propertiesMap,
InetAddress address) |
Modifier and Type | Method and Description |
---|---|
protected JmxServerConnectionWrapper |
JMXDetector.connect(InetAddress address,
int port,
int timeout,
Map<String,String> runtimeAttributes) |
Copyright © 2021. All rights reserved.