org.apache.camel.management
Class JmxSystemPropertyKeys

java.lang.Object
  extended by org.apache.camel.management.JmxSystemPropertyKeys

public final class JmxSystemPropertyKeys
extends Object

This module contains jmx related system property key constants.

Version:

Field Summary
static String CONNECTOR_PORT
           
static String CREATE_CONNECTOR
           
static String DISABLED
           
static String DOMAIN
           
static String MBEAN_DOMAIN
           
static String ONLY_REGISTER_PROCESSOR_WITH_CUSTOM_ID
           
static String REGISTER_ALWAYS
           
static String REGISTER_NEW_ROUTES
           
static String REGISTRY_PORT
           
static String SERVICE_URL_PATH
           
static String USE_PLATFORM_MBS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLED

public static final String DISABLED
See Also:
Constant Field Values

REGISTRY_PORT

public static final String REGISTRY_PORT
See Also:
Constant Field Values

CONNECTOR_PORT

public static final String CONNECTOR_PORT
See Also:
Constant Field Values

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values

MBEAN_DOMAIN

public static final String MBEAN_DOMAIN
See Also:
Constant Field Values

SERVICE_URL_PATH

public static final String SERVICE_URL_PATH
See Also:
Constant Field Values

CREATE_CONNECTOR

public static final String CREATE_CONNECTOR
See Also:
Constant Field Values

USE_PLATFORM_MBS

public static final String USE_PLATFORM_MBS
See Also:
Constant Field Values

ONLY_REGISTER_PROCESSOR_WITH_CUSTOM_ID

public static final String ONLY_REGISTER_PROCESSOR_WITH_CUSTOM_ID
See Also:
Constant Field Values

REGISTER_ALWAYS

public static final String REGISTER_ALWAYS
See Also:
Constant Field Values

REGISTER_NEW_ROUTES

public static final String REGISTER_NEW_ROUTES
See Also:
Constant Field Values


Apache CAMEL