com.sun.management.jmx
Class ServiceName

java.lang.Object
  |
  +--com.sun.management.jmx.ServiceName

public class ServiceName
extends java.lang.Object

This class is used for storing the names of core services.


Field Summary
static java.lang.String BUILD_NUMBER
          The build number of the current product version
static java.lang.String DELEGATE
          The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
static java.lang.String DOMAIN
          The default domain.
static int HTML_ADAPTOR_PORT
          The default port for the HTML adaptor.
static java.lang.String HTML_ADAPTOR_SERVER
          The default key properties for the HTML protocol adaptor.
static java.lang.String JMX_IMPL_NAME
          The name of this product implementing the JMX specification.
static java.lang.String JMX_IMPL_VENDOR
          The name of the vendor of this product implementing the JMX specification.
static java.lang.String JMX_IMPL_VERSION
          The version of this product implementing the JMX specification.
static java.lang.String JMX_SPEC_NAME
          The name of the JMX specification implemented by this product.
static java.lang.String JMX_SPEC_VENDOR
          The vendor of the JMX specification implemented by this product.
static java.lang.String JMX_SPEC_VERSION
          The version of the JMX specification implemented by this product.
static java.lang.String MLET
          The default key properties for registering the class loader of the MLet service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELEGATE

public static final java.lang.String DELEGATE
The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.

MLET

public static final java.lang.String MLET
The default key properties for registering the class loader of the MLet service.
The value is type=MLet.

DOMAIN

public static final java.lang.String DOMAIN
The default domain.
The value is DefaultDomain.

HTML_ADAPTOR_PORT

public static final int HTML_ADAPTOR_PORT
The default port for the HTML adaptor.
The value is 8082.

HTML_ADAPTOR_SERVER

public static final java.lang.String HTML_ADAPTOR_SERVER
The default key properties for the HTML protocol adaptor.
The value is name=HtmlAdaptorServer.

JMX_SPEC_NAME

public static final java.lang.String JMX_SPEC_NAME
The name of the JMX specification implemented by this product.
The value is Java Management Extensions.

JMX_SPEC_VERSION

public static final java.lang.String JMX_SPEC_VERSION
The version of the JMX specification implemented by this product.
The value is 1.0 Final Release.

JMX_SPEC_VENDOR

public static final java.lang.String JMX_SPEC_VENDOR
The vendor of the JMX specification implemented by this product.
The value is Sun Microsystems.

JMX_IMPL_NAME

public static final java.lang.String JMX_IMPL_NAME
The name of this product implementing the JMX specification.
The value is JMX RI.

JMX_IMPL_VENDOR

public static final java.lang.String JMX_IMPL_VENDOR
The name of the vendor of this product implementing the JMX specification.
The value is Sun Microsystems.

JMX_IMPL_VERSION

public static final java.lang.String JMX_IMPL_VERSION
The version of this product implementing the JMX specification.
The value is 1.0.

BUILD_NUMBER

public static final java.lang.String BUILD_NUMBER
The build number of the current product version