com.sun.management
Class ServiceName

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

public class ServiceName
extends java.lang.Object

This class is used for storing the names of core services.


Field Summary
static java.lang.String DELEGATE
          The default key properties for the delegate object
The value is type=MBeanServerDelegate.
static java.lang.String DOMAIN
          The default domain.
static java.lang.String MLET
          The class name used for registering the class loader of the MLet service.
 
Constructor Summary
ServiceName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELEGATE

public static final java.lang.String DELEGATE
The default key properties for the delegate object
The value is type=MBeanServerDelegate.

MLET

public static final java.lang.String MLET
The class name used for registering the class loader of the MLet service.
The value is type=MLet.

DOMAIN

public static final java.lang.String DOMAIN
The default domain.
The value is DefaultDomain.
Constructor Detail

ServiceName

public ServiceName()