Package org.apache.synapse.commons.jmx
Class JmxConfigurationConstants
- java.lang.Object
-
- org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
public class JmxConfigurationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJMX_PROTECTED_TOKENToken for jmx passwordstatic StringPROP_HOSTNAMEHostname property used to configure JMX Adapterstatic StringPROP_JNDI_PORTJNDI port property used for the JMX naming directory (RMI registry)static StringPROP_REMOTE_ACCESS_FILEProperty for location of remote access file.static StringPROP_REMOTE_SSLProperty to activate remote SSL support (same as com.sun.management.jmxremote.ssl)static StringPROP_RMI_PORTRMI port property used to configure the JMX RMI port (firewalled setup)static StringPROP_SYNAPSE_PREFIX_JMXPrefix for all properties in property filestatic StringPROP_THREAD_JMX_ENABLE
-
Constructor Summary
Constructors Constructor Description JmxConfigurationConstants()
-
-
-
Field Detail
-
JMX_PROTECTED_TOKEN
public static final String JMX_PROTECTED_TOKEN
Token for jmx password- See Also:
- Constant Field Values
-
PROP_SYNAPSE_PREFIX_JMX
public static final String PROP_SYNAPSE_PREFIX_JMX
Prefix for all properties in property file- See Also:
- Constant Field Values
-
PROP_JNDI_PORT
public static final String PROP_JNDI_PORT
JNDI port property used for the JMX naming directory (RMI registry)- See Also:
- Constant Field Values
-
PROP_RMI_PORT
public static final String PROP_RMI_PORT
RMI port property used to configure the JMX RMI port (firewalled setup)- See Also:
- Constant Field Values
-
PROP_HOSTNAME
public static final String PROP_HOSTNAME
Hostname property used to configure JMX Adapter- See Also:
- Constant Field Values
-
PROP_REMOTE_ACCESS_FILE
public static final String PROP_REMOTE_ACCESS_FILE
Property for location of remote access file.- See Also:
- Constant Field Values
-
PROP_REMOTE_SSL
public static final String PROP_REMOTE_SSL
Property to activate remote SSL support (same as com.sun.management.jmxremote.ssl)- See Also:
- Constant Field Values
-
PROP_THREAD_JMX_ENABLE
public static final String PROP_THREAD_JMX_ENABLE
- See Also:
- Constant Field Values
-
-