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

JmxProperties

public class JmxProperties extends Object
This contains the property list defined for this JMX implementation.
version
4.28 12/19/03
author
Sun Microsystems, Inc
since
1.5

Fields Summary
public static final String
JMX_INITIAL_BUILDER
References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.

Property Name: jmx.mlet.library.dir

public static final String
MLET_LIB_DIR
References the property that specifies the directory where the native libraries will be stored before the MLet Service loads them into memory.

Property Name: jmx.mlet.library.dir

public static final String
JMX_SPEC_NAME
References the property that specifies the full name of the JMX specification implemented by this product.

Property Name: jmx.specification.name

public static final String
JMX_SPEC_VERSION
References the property that specifies the version of the JMX specification implemented by this product.

Property Name: jmx.specification.version

public static final String
JMX_SPEC_VENDOR
References the property that specifies the vendor of the JMX specification implemented by this product.

Property Name: jmx.specification.vendor

public static final String
JMX_IMPL_NAME
References the property that specifies the full name of this product implementing the JMX specification.

Property Name: jmx.implementation.name

public static final String
JMX_IMPL_VENDOR
References the property that specifies the name of the vendor of this product implementing the JMX specification.

Property Name: jmx.implementation.vendor

public static final String
JMX_IMPL_VERSION
References the property that specifies the version of this product implementing the JMX specification.

Property Name: jmx.implementation.version

Constructors Summary
private JmxProperties()

    
Methods Summary