Package | Description |
---|---|
org.opennms.netmgt.jmx | |
org.opennms.netmgt.jmx.connection | |
org.opennms.netmgt.jmx.impl | |
org.opennms.netmgt.jmx.impl.connection.connectors |
Modifier and Type | Method and Description |
---|---|
void |
JmxCollector.collect(JmxCollectorConfig config,
MBeanServer mBeanServer,
JmxSampleProcessor sampleProcessor)
Implements the logic for the jmx data collection.
|
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 | Method and Description |
---|---|
void |
DefaultJmxCollector.collect(JmxCollectorConfig config,
MBeanServer mBeanServer,
JmxSampleProcessor sampleProcessor) |
Modifier and Type | Method and Description |
---|---|
JmxServerConnectionWrapper |
DefaultConnectionManager.connect(JmxConnectors connectorName,
InetAddress ipAddress,
Map<String,String> properties,
JmxConnectionManager.RetryCallback retryCallback) |
JmxServerConnectionWrapper |
DefaultJmxConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap) |
JmxServerConnectionWrapper |
PlatformMBeanServerConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap) |
JmxServerConnectionWrapper |
DefaultJmxConnector.createConnection(JmxConnectionConfig config) |
JmxServerConnector |
DefaultConnectionManager.getConnector(JmxConnectors connectorName)
Access-Method for the
DefaultConnectionManager.connectorMap . |
Copyright © 2021. All rights reserved.