com.sun.xml.ws.api.config.management.jmx
Interface JmxConstants


public interface JmxConstants

Constants that may be of use for JMX management clients as well as the JMX agent implementation.

Author:
Fabian Ritzmann

Field Summary
static String JMX_SERVICE_URL_DEFAULT_PREFIX
          The default JMXServiceURL.
static String SERVICE_POLICIES_ATTRIBUTE_NAME
          The name of the managed web service JMX attribute that takes the new policy settings and reconfigures the endpoint.
 

Field Detail

JMX_SERVICE_URL_DEFAULT_PREFIX

static final String JMX_SERVICE_URL_DEFAULT_PREFIX
The default JMXServiceURL. The service ID needs to be appended to this String to make it a usable URL.

See Also:
Constant Field Values

SERVICE_POLICIES_ATTRIBUTE_NAME

static final String SERVICE_POLICIES_ATTRIBUTE_NAME
The name of the managed web service JMX attribute that takes the new policy settings and reconfigures the endpoint.



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.