Brooklyn

brooklyn.entity.java
[Java] Interface UsesJmx

brooklyn.entity.java.UsesJava
  brooklyn.entity.java.UsesJmx
All Superinterfaces:
UsesJava

public interface UsesJmx
extends UsesJava

Field Summary
static int DEFAULT_JMX_PORT

static BasicAttributeSensorAndConfigKey JMX_CONTEXT

static PortAttributeSensorAndConfigKey JMX_PORT

static ConfigKey JMX_SSL_ACCESS_CERT

static ConfigKey JMX_SSL_ACCESS_KEY

static ConfigKey JMX_SSL_ENABLED

forces JMX to be secured, using JMXMP so it gets through firewalls _and_ SSL/TLS (NB: there is not currently any corresponding JMXMP without SSL/TLS)

static BasicAttributeSensor JMX_URL

static PortAttributeSensorAndConfigKey RMI_PORT

static PortAttributeSensorAndConfigKey RMI_REGISTRY_PORT

static PortAttributeSensorAndConfigKey RMI_SERVER_PORT

static ConfigKey USE_JMX

 
Fields inherited from interface UsesJava
JAVA_OPTIONS, JAVA_OPTS, JAVA_SYSPROPS
 

Field Detail

DEFAULT_JMX_PORT

public static final int DEFAULT_JMX_PORT


JMX_CONTEXT

@SetFromFlag("jmxContext")
public static final BasicAttributeSensorAndConfigKey JMX_CONTEXT


JMX_PORT

@SetFromFlag("jmxPort")
public static final PortAttributeSensorAndConfigKey JMX_PORT


JMX_SSL_ACCESS_CERT

public static final ConfigKey JMX_SSL_ACCESS_CERT


JMX_SSL_ACCESS_KEY

public static final ConfigKey JMX_SSL_ACCESS_KEY


JMX_SSL_ENABLED

@SetFromFlag("jmxSecure")
public static final ConfigKey JMX_SSL_ENABLED
forces JMX to be secured, using JMXMP so it gets through firewalls _and_ SSL/TLS (NB: there is not currently any corresponding JMXMP without SSL/TLS)


JMX_URL

public static final BasicAttributeSensor JMX_URL


RMI_PORT

@Deprecated // since 0.4 use RMI_REGISTRY_PORT
public static final PortAttributeSensorAndConfigKey RMI_PORT


RMI_REGISTRY_PORT

public static final PortAttributeSensorAndConfigKey RMI_REGISTRY_PORT


RMI_SERVER_PORT

@SetFromFlag("rmiServerPort")
public static final PortAttributeSensorAndConfigKey RMI_SERVER_PORT


USE_JMX

@SetFromFlag("useJmx")
public static final ConfigKey USE_JMX


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.