public class

ServiceName

extends Object
java.lang.Object
   ↳ com.sun.jmx.snmp.ServiceName

Class Overview

Used for storing default values used by SNMP Runtime services.

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

Constants
String BUILD_NUMBER The build number of the current product version, of the form rXX.
String DELEGATE The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
String DOMAIN The default domain.
int HTML_ADAPTOR_PORT The default port for the HTML adaptor.
String HTML_ADAPTOR_SERVER The default key properties for the HTML protocol adaptor.
int HTTPS_CONNECTOR_PORT The default port for the HTTPS connector.
String HTTPS_CONNECTOR_SERVER The default key properties for the HTTPS connector.
int HTTP_CONNECTOR_PORT The default port for the HTTP connector.
String HTTP_CONNECTOR_SERVER The default key properties for the HTTP connector.
String JMX_IMPL_VENDOR The name of the vendor of this product implementing the JMX specification.
String JMX_IMPL_VERSION The version of this product implementing the JMX specification.
String JMX_SPEC_NAME The name of the JMX specification implemented by this product.
String JMX_SPEC_VENDOR The vendor of the JMX specification implemented by this product.
String JMX_SPEC_VERSION The version of the JMX specification implemented by this product.
String MLET The default key properties for registering the class loader of the MLet service.
int RMI_CONNECTOR_PORT The default port for the RMI connector.
String RMI_CONNECTOR_SERVER The default key properties for the RMI connector.
int SNMP_ADAPTOR_PORT The default port for the SNMP adaptor.
String SNMP_ADAPTOR_SERVER The default key properties for the SNMP protocol adaptor.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BUILD_NUMBER

The build number of the current product version, of the form rXX.

Constant Value: "r01"

public static final String DELEGATE

The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.

Constant Value: "JMImplementation:type=MBeanServerDelegate"

public static final String DOMAIN

The default domain.
The value is DefaultDomain.

Constant Value: "DefaultDomain"

public static final int HTML_ADAPTOR_PORT

The default port for the HTML adaptor.
The value is 8082.

Constant Value: 8082 (0x00001f92)

public static final String HTML_ADAPTOR_SERVER

The default key properties for the HTML protocol adaptor.
The value is name=HtmlAdaptorServer.

Constant Value: "name=HtmlAdaptorServer"

public static final int HTTPS_CONNECTOR_PORT

The default port for the HTTPS connector.
The value is 8084.

Constant Value: 8084 (0x00001f94)

public static final String HTTPS_CONNECTOR_SERVER

The default key properties for the HTTPS connector.
The value is name=HttpsConnectorServer.

Constant Value: "name=HttpsConnectorServer"

public static final int HTTP_CONNECTOR_PORT

The default port for the HTTP connector.
The value is 8081.

Constant Value: 8081 (0x00001f91)

public static final String HTTP_CONNECTOR_SERVER

The default key properties for the HTTP connector.
The value is name=HttpConnectorServer.

Constant Value: "name=HttpConnectorServer"

public static final String JMX_IMPL_VENDOR

The name of the vendor of this product implementing the JMX specification.
The value is Sun Microsystems.

Constant Value: "Sun Microsystems"

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 .

Constant Value: "5.1_r01"

public static final String JMX_SPEC_NAME

The name of the JMX specification implemented by this product.
The value is Java Management Extensions.

Constant Value: "Java Management Extensions"

public static final String JMX_SPEC_VENDOR

The vendor of the JMX specification implemented by this product.
The value is Sun Microsystems.

Constant Value: "Sun Microsystems"

public static final String JMX_SPEC_VERSION

The version of the JMX specification implemented by this product.
The value is 1.0 Final Release.

Constant Value: "1.2 Maintenance Release"

public static final String MLET

The default key properties for registering the class loader of the MLet service.
The value is type=MLet.

Constant Value: "type=MLet"

public static final int RMI_CONNECTOR_PORT

The default port for the RMI connector.
The value is 1099.

Constant Value: 1099 (0x0000044b)

public static final String RMI_CONNECTOR_SERVER

The default key properties for the RMI connector.
The value is name=RmiConnectorServer.

Constant Value: "name=RmiConnectorServer"

public static final int SNMP_ADAPTOR_PORT

The default port for the SNMP adaptor.
The value is 161.

Constant Value: 161 (0x000000a1)

public static final String SNMP_ADAPTOR_SERVER

The default key properties for the SNMP protocol adaptor.
The value is name=SnmpAdaptorServer.

Constant Value: "name=SnmpAdaptorServer"