com.sun.management.jmx
Class JMProperties

java.lang.Object
  |
  +--com.sun.management.jmx.JMProperties

public class JMProperties
extends java.lang.Object

This class reads a file containing the property list defined for Java DMK and adds all the read properties to the list of system properties.


Field Summary
static java.lang.String JMX_IMPL_NAME
          References the property that specifies the full name of this product implementing the JMX specification.
static java.lang.String JMX_IMPL_VENDOR
          References the property that specifies the name of the vendor of this product implementing the JMX specification.
static java.lang.String JMX_IMPL_VERSION
          References the property that specifies the version of this product implementing the JMX specification.
static java.lang.String JMX_SPEC_NAME
          References the property that specifies the full name of the JMX specification implemented by this product.
static java.lang.String JMX_SPEC_VENDOR
          References the property that specifies the vendor of the JMX specification implemented by this product.
static java.lang.String JMX_SPEC_VERSION
          References the property that specifies the version of the JMX specification implemented by this product.
static java.lang.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.
 
Method Summary
static void load(java.lang.String file)
          Reads the JMX RI property list from a file and adds the read properties as system properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MLET_LIB_DIR

public static final java.lang.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


JMX_SPEC_NAME

public static final java.lang.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


JMX_SPEC_VERSION

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

Property Name: jmx.specification.version


JMX_SPEC_VENDOR

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

Property Name: jmx.specification.vendor


JMX_IMPL_NAME

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

Property Name: jmx.implementation.name


JMX_IMPL_VENDOR

public static final java.lang.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


JMX_IMPL_VERSION

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

Property Name: jmx.implementation.version

Method Detail

load

public static void load(java.lang.String file)
                 throws java.io.IOException
Reads the JMX RI property list from a file and adds the read properties as system properties.