com.sun.jdmk
Class ServiceName

java.lang.Object
  |
  +--com.sun.jdmk.ServiceName

public class ServiceName
extends Object

Used for storing default values used by JDMK services.


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

Field Detail

DELEGATE

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

See Also:
Constant Field Values

MLET

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

See Also:
Constant Field Values

DOMAIN

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

See Also:
Constant Field Values

RMI_CONNECTOR_PORT

public static final int RMI_CONNECTOR_PORT
The default port for the RMI connector.
The value is 1099.

See Also:
Constant Field Values

RMI_CONNECTOR_SERVER

public static final String RMI_CONNECTOR_SERVER
The default key properties for the RMI connector.
The value is name=RmiConnectorServer.

See Also:
Constant Field Values

SNMP_ADAPTOR_PORT

public static final int SNMP_ADAPTOR_PORT
The default port for the SNMP adaptor.
The value is 161.

See Also:
Constant Field Values

SNMP_ADAPTOR_SERVER

public static final String SNMP_ADAPTOR_SERVER
The default key properties for the SNMP protocol adaptor.
The value is name=SnmpAdaptorServer.

See Also:
Constant Field Values

HTTP_CONNECTOR_PORT

public static final int HTTP_CONNECTOR_PORT
The default port for the HTTP connector.
The value is 8081.

See Also:
Constant Field Values

HTTP_CONNECTOR_SERVER

public static final String HTTP_CONNECTOR_SERVER
The default key properties for the HTTP connector.
The value is name=HttpConnectorServer.

See Also:
Constant Field Values

HTTPS_CONNECTOR_PORT

public static final int HTTPS_CONNECTOR_PORT
The default port for the HTTPS connector.
The value is 8084.

See Also:
Constant Field Values

HTTPS_CONNECTOR_SERVER

public static final String HTTPS_CONNECTOR_SERVER
The default key properties for the HTTPS connector.
The value is name=HttpsConnectorServer.

See Also:
Constant Field Values

HTML_ADAPTOR_PORT

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

See Also:
Constant Field Values

HTML_ADAPTOR_SERVER

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

See Also:
Constant Field Values

JMX_SPEC_NAME

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

See Also:
Constant Field Values

JMX_SPEC_VERSION

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

See Also:
Constant Field Values

JMX_SPEC_VENDOR

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

See Also:
Constant Field Values

JMX_IMPL_NAME

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

See Also:
Constant Field Values

JMX_IMPL_VENDOR

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

See Also:
Constant Field Values

BUILD_NUMBER

public static final String BUILD_NUMBER
The build number of the current product version, of the form rXX.

See Also:
Constant Field Values

JMX_IMPL_VERSION

public static final String JMX_IMPL_VERSION
The version of this product implementing the JMX specification.
The value is 5.1_rXX, where rXX is the BUILD_NUMBER .

See Also:
Constant Field Values

JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.