Interface DefaultRoutingHelper.LegacyJMX
- Enclosing class:
- DefaultRoutingHelper
public static interface DefaultRoutingHelper.LegacyJMX
Encapsulates legacy constants for JMX connector clients v1, v2 and v3.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
JMC Connector root URI.static final String
Router prefix URI.static final String
This parameter represents the host name to be used in a routing context.static final String
This parameter represents the server name to be used in a routing context.static final String
This parameter represents the server user directory to be used in a routing context.
-
Field Details
-
CONNECTOR_URI
JMC Connector root URI.- See Also:
-
ROUTER_URI
Router prefix URI.- See Also:
-
ROUTING_KEY_HOST_NAME
This parameter represents the host name to be used in a routing context.- See Also:
-
ROUTING_KEY_SERVER_NAME
This parameter represents the server name to be used in a routing context.- See Also:
-
ROUTING_KEY_SERVER_USER_DIR
This parameter represents the server user directory to be used in a routing context.- See Also:
-