| Modifier and Type | Method and Description | 
|---|---|
protected JmxConnectors | 
JMXCollector.getConnectionName()  | 
| Modifier and Type | Method and Description | 
|---|---|
JmxConnectors | 
JmxCollectorConfig.getConnectionName()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JmxCollectorConfig.setConnectionName(JmxConnectors connectionName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JmxConnectors | 
JmxConnectors.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JmxConnectors[] | 
JmxConnectors.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JmxServerConnectionWrapper | 
JmxConnectionManager.connect(JmxConnectors connectionName,
       InetAddress ipAddress,
       Map<String,String> connectionProperties,
       JmxConnectionManager.RetryCallback retryCallback)
 | 
| Modifier and Type | Method and Description | 
|---|---|
JmxServerConnectionWrapper | 
DefaultConnectionManager.connect(JmxConnectors connectorName,
       InetAddress ipAddress,
       Map<String,String> properties,
       JmxConnectionManager.RetryCallback retryCallback)  | 
JmxServerConnector | 
DefaultConnectionManager.getConnector(JmxConnectors connectorName)
Access-Method for the  
DefaultConnectionManager.connectorMap. | 
| Modifier and Type | Method and Description | 
|---|---|
protected JmxConnectors | 
JMXMonitor.getConnectionName()  | 
Copyright © 2020. All rights reserved.