FileDocCategorySizeDatePackage
ServiceName.javaAPI DocGlassfish v2 API3934Fri May 04 22:33:48 BST 2007com.sun.enterprise.admin.server.core.jmx

ServiceName

public class ServiceName extends Object

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
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 iPlanet Application Server.
public static final String
JMX_IMPL_VENDOR
The name of the vendor of this product implementing the JMX specification.
The value is iPlanet.
public static final String
JMX_IMPL_VERSION
The version of this product implementing the JMX specification.
The value is 1.0.
public static final String
BUILD_NUMBER
The build number of the current product version
Constructors Summary
private ServiceName()
Private constructor to avoid creation.

    
Methods Summary