public interface UsesJmx extends UsesJava
Modifier and Type | Interface and Description |
---|---|
static class |
UsesJmx.JmxAgentModes |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_JMX_PORT |
static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> |
JMX_AGENT_LOCAL_PATH |
static ConfigKey<UsesJmx.JmxAgentModes> |
JMX_AGENT_MODE |
static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> |
JMX_CONTEXT |
static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> |
JMX_PASSWORD |
static PortAttributeSensorAndConfigKey |
JMX_PORT
Chosen by Java itself by default, setting this will only have any effect if using an agent.
|
static PortAttributeSensorAndConfigKey |
JMX_PORT_LEGACY
Deprecated.
since 0.7.0, kept for rebinding with the anonymous class; code should only ever use
JMX_PORT |
static ConfigKey<java.security.cert.Certificate> |
JMX_SSL_ACCESS_CERT |
static ConfigKey<java.security.PrivateKey> |
JMX_SSL_ACCESS_KEY |
static ConfigKey<java.lang.Boolean> |
JMX_SSL_ENABLED
Forces JMX to be secured, using JMXMP so it gets through firewalls and SSL/TLS.
|
static AttributeSensor<java.lang.String> |
JMX_URL |
static AttributeSensorAndConfigKey<java.lang.String,java.lang.String> |
JMX_USER |
static PortAttributeSensorAndConfigKey |
RMI_REGISTRY_PORT
Well-known port used by Java itself to start the RMI registry where JMX private port can be discovered, ignored if using JMXMP agent.
|
static ConfigKey<java.lang.Boolean> |
USE_JMX |
CHECK_JAVA_HOSTNAME_BUG, JAVA_OPTS, JAVA_SYSPROPS, JAVA_VERSION_REQUIRED
static final int DEFAULT_JMX_PORT
static final ConfigKey<java.lang.Boolean> USE_JMX
static final PortAttributeSensorAndConfigKey JMX_PORT
@Deprecated static final PortAttributeSensorAndConfigKey JMX_PORT_LEGACY
JMX_PORT
static final PortAttributeSensorAndConfigKey RMI_REGISTRY_PORT
static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> JMX_CONTEXT
static final AttributeSensor<java.lang.String> JMX_URL
static final ConfigKey<java.lang.Boolean> JMX_SSL_ENABLED
static final ConfigKey<UsesJmx.JmxAgentModes> JMX_AGENT_MODE
static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> JMX_USER
static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> JMX_PASSWORD
static final AttributeSensorAndConfigKey<java.lang.String,java.lang.String> JMX_AGENT_LOCAL_PATH
static final ConfigKey<java.security.PrivateKey> JMX_SSL_ACCESS_KEY
static final ConfigKey<java.security.cert.Certificate> JMX_SSL_ACCESS_CERT