Modifier and Type | Method and Description |
---|---|
protected JmxConnectors |
JBossCollector.getConnectionName() |
protected JmxConnectors |
Jsr160Collector.getConnectionName() |
protected abstract JmxConnectors |
JMXCollector.getConnectionName() |
protected JmxConnectors |
MX4JCollector.getConnectionName() |
protected JmxConnectors |
JMXSecureCollector.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 abstract JmxConnectors |
JMXMonitor.getConnectionName() |
protected JmxConnectors |
JMXSecureMonitor.getConnectionName() |
protected JmxConnectors |
JBossMonitor.getConnectionName() |
protected JmxConnectors |
MX4JMonitor.getConnectionName() |
protected JmxConnectors |
Jsr160Monitor.getConnectionName() |
Copyright © 2018. All rights reserved.