public class

ServiceName

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

Class Overview

Used for storing default values used by JMX services.

Summary

Constants
String DELEGATE The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
String DOMAIN The default domain.
String JMX_IMPL_NAME The name of this product implementing the JMX specification.
String JMX_IMPL_VENDOR The name of the vendor 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.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

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 String JMX_IMPL_NAME

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

Constant Value: "JMX"

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_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.4.

Constant Value: "1.4"

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"