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

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

public static final BasicAttributeSensorAndConfigKey JMX_CONTEXT


JMX_PORT

public static final PortAttributeSensorAndConfigKey JMX_PORT = Attributes.JMX_PORT;
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

public static final ConfigKey JMX_SSL_ENABLED


JMX_URL

public static final BasicAttributeSensor JMX_URL


RMI_PORT

public static final PortAttributeSensorAndConfigKey RMI_PORT = RMI_SERVER_PORT;
    public static final PortAttributeSensorAndConfigKey RMI_REGISTRY_PORT = RMI_SERVER_PORT;
public static final PortAttributeSensorAndConfigKey RMI_PORT


RMI_REGISTRY_PORT

public static final PortAttributeSensorAndConfigKey RMI_REGISTRY_PORT


RMI_SERVER_PORT

public static final PortAttributeSensorAndConfigKey RMI_SERVER_PORT = Attributes.RMI_SERVER_PORT;
public static final PortAttributeSensorAndConfigKey RMI_SERVER_PORT


USE_JMX

public static final ConfigKey USE_JMX = new BasicConfigKey(Boolean.class, "jmx.enabled", "JMX enabled", Boolean.TRUE);
public static final ConfigKey USE_JMX


 

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