|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.management.jmx.JMProperties
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 |
public static final java.lang.String MLET_LIB_DIR
Property Name: jmx.mlet.library.dir
public static final java.lang.String JMX_SPEC_NAME
Property Name: jmx.specification.name
public static final java.lang.String JMX_SPEC_VERSION
Property Name: jmx.specification.version
public static final java.lang.String JMX_SPEC_VENDOR
Property Name: jmx.specification.vendor
public static final java.lang.String JMX_IMPL_NAME
Property Name: jmx.implementation.name
public static final java.lang.String JMX_IMPL_VENDOR
Property Name: jmx.implementation.vendor
public static final java.lang.String JMX_IMPL_VERSION
Property Name: jmx.implementation.version
Method Detail |
public static void load(java.lang.String file) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |