Package org.apache.synapse.commons.jmx
Class JmxConfigurationConstants
java.lang.Object
org.apache.synapse.commons.jmx.JmxConfigurationConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringToken for jmx passwordstatic final Stringstatic final StringHostname property used to configure JMX Adapterstatic final StringJNDI port property used for the JMX naming directory (RMI registry)static final StringProperty for location of remote access file.static final StringProperty to activate remote SSL support (same as com.sun.management.jmxremote.ssl)static final StringRMI port property used to configure the JMX RMI port (firewalled setup)static final StringPrefix for all properties in property filestatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JMX_PROTECTED_TOKEN
Token for jmx password- See Also:
-
PROP_SYNAPSE_PREFIX_JMX
Prefix for all properties in property file- See Also:
-
PROP_JNDI_PORT
JNDI port property used for the JMX naming directory (RMI registry)- See Also:
-
PROP_RMI_PORT
RMI port property used to configure the JMX RMI port (firewalled setup)- See Also:
-
PROP_HOSTNAME
Hostname property used to configure JMX Adapter- See Also:
-
PROP_REMOTE_ACCESS_FILE
Property for location of remote access file.- See Also:
-
PROP_REMOTE_SSL
Property to activate remote SSL support (same as com.sun.management.jmxremote.ssl)- See Also:
-
PROP_THREAD_JMX_ENABLE
- See Also:
-
PROP_ENDPOINT_VIEW_JMX_ENABLE
- See Also:
-
-
Constructor Details
-
JmxConfigurationConstants
public JmxConfigurationConstants()
-