FileDocCategorySizeDatePackage
ServiceName.javaAPI DocJava SE 5 API2773Fri Aug 26 14:54:58 BST 2005com.sun.jmx.defaults

ServiceName

public class ServiceName extends Object
Used for storing default values used by JMX services.
since
1.5

Fields Summary
public static final String
DELEGATE
The object name of the MBeanServer delegate object
The value is JMImplementation:type=MBeanServerDelegate.
public static final String
MLET
The default key properties for registering the class loader of the MLet service.
The value is type=MLet.
public static final String
DOMAIN
The default domain.
The value is DefaultDomain.
public static final String
JMX_SPEC_NAME
The name of the JMX specification implemented by this product.
The value is Java Management Extensions.
public static final String
JMX_SPEC_VERSION
The version of the JMX specification implemented by this product.
The value is 1.0 Final Release.
public static final String
JMX_SPEC_VENDOR
The vendor of the JMX specification implemented by this product.
The value is Sun Microsystems.
public static final String
JMX_IMPL_NAME
The name of this product implementing the JMX specification.
The value is 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.
public static final String
JMX_IMPL_VERSION
The version of this implementation of the JMX specification.
For example, with a JMX implementation as part of the Java Runtime Environment, this property has the same value as the java.runtime.version system property.
Constructors Summary
private ServiceName()

    
Methods Summary