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 |
class |
Jsr160ConnectionWrapper
This class manages the connection to the remote JMX server.
|
Modifier and Type | Method and Description |
---|---|
JmxServerConnectionWrapper |
DefaultConnectionManager.connect(JmxConnectors connectorName,
InetAddress ipAddress,
Map<String,String> properties,
JmxConnectionManager.RetryCallback retryCallback) |
JmxServerConnectionWrapper |
PlatformMBeanServerConnector.createConnection(InetAddress ipAddress,
Map<String,String> propertiesMap) |
static JmxServerConnectionWrapper |
Jsr160ConnectionFactory.getMBeanServerConnection(Map<String,?> propertiesMap,
InetAddress address)
getMBeanServerConnection
|
Modifier and Type | Method and Description |
---|---|
protected JmxServerConnectionWrapper |
AbstractJsr160Detector.connect(InetAddress address,
int port,
int timeout) |
protected abstract JmxServerConnectionWrapper |
JMXDetector.connect(InetAddress address,
int port,
int timeout) |
protected JmxServerConnectionWrapper |
JBossDetector.connect(InetAddress address,
int port,
int timeout) |
Modifier and Type | Class and Description |
---|---|
class |
JBossConnectionWrapper
The JBossConnectionWrapper class manages the connection to the JBoss server.
|
Modifier and Type | Method and Description |
---|---|
static JmxServerConnectionWrapper |
JBossConnectionFactory.getMBeanServerConnection(Map<String,Object> propertiesMap,
InetAddress address)
getMBeanServerConnection
|
Copyright © 2017. All rights reserved.