Top Description Fields Constructors Methods
com.sun.jmx.defaults

public Class ServiceName

extends Object
Class Inheritance

Used for storing default values used by JMX services.
Since
1.5

Field Summary

Modifier and TypeField and Description
public static final String
DELEGATE

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

public static final String
DOMAIN

The default domain.

public static final String
JMX_IMPL_NAME

The name of this product implementing the JMX specification.

public static final String
JMX_IMPL_VENDOR

The name of the vendor of this product implementing the JMX specification.

public static final String
JMX_SPEC_NAME

The name of the JMX specification implemented by this product.

public static final String
JMX_SPEC_VENDOR

The vendor of the JMX specification implemented by this product.

public static final String
JMX_SPEC_VERSION

The version of the JMX specification implemented by this product.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

DELEGATEback to summary
public static final String DELEGATE

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

DOMAINback to summary
public static final String DOMAIN

The default domain.
The value is DefaultDomain.

JMX_IMPL_NAMEback to summary
public static final String JMX_IMPL_NAME

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

JMX_IMPL_VENDORback to summary
public static final String JMX_IMPL_VENDOR

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

JMX_SPEC_NAMEback to summary
public static final String JMX_SPEC_NAME

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

JMX_SPEC_VENDORback to summary
public static final String JMX_SPEC_VENDOR

The vendor of the JMX specification implemented by this product.
The value is Oracle Corporation.

JMX_SPEC_VERSIONback to summary
public static final String JMX_SPEC_VERSION

The version of the JMX specification implemented by this product.
The value is 1.4.

Constructor Detail

ServiceNameback to summary
private ServiceName()