com.sun.jdmk
Class JdmkProperties

java.lang.Object
  extended by com.sun.jdmk.JdmkProperties

Deprecated. use JdmkProperties instead.

public class JdmkProperties
extends 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 String ACL_FILE
          Deprecated. use JdmkProperties instead.
static String JMX_IMPL_NAME
          Deprecated. use JdmkProperties instead.
static String JMX_IMPL_VENDOR
          Deprecated. use JdmkProperties instead.
static String JMX_IMPL_VERSION
          Deprecated. use JdmkProperties instead.
static String JMX_SPEC_NAME
          Deprecated. use JdmkProperties instead.
static String JMX_SPEC_VENDOR
          Deprecated. use JdmkProperties instead.
static String JMX_SPEC_VERSION
          Deprecated. use JdmkProperties instead.
static String MIB_CORE_FILE
          Deprecated. use JdmkProperties instead.
static String MLET_LIB_DIR
          Deprecated. use JdmkProperties instead.
static String SSL_CIPHER_SUITE
          Deprecated. use JdmkProperties instead.
 
Method Summary
static void load(String file)
          Deprecated. use JdmkProperties instead.
 
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 String MLET_LIB_DIR
Deprecated. use JdmkProperties instead.
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

See Also:
Constant Field Values

ACL_FILE

public static final String ACL_FILE
Deprecated. use JdmkProperties instead.
References the property that specifies the ACL file used by the SNMP protocol adaptor.

Property Name: jdmk.acl.file

See Also:
Constant Field Values

MIB_CORE_FILE

public static final String MIB_CORE_FILE
Deprecated. use JdmkProperties instead.
References the property that specifies the default mib_core file used by the mibgen compiler.

Property Name: mibcore.file

See Also:
Constant Field Values

JMX_SPEC_NAME

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

Property Name: jmx.specification.name

See Also:
Constant Field Values

JMX_SPEC_VERSION

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

Property Name: jmx.specification.version

See Also:
Constant Field Values

JMX_SPEC_VENDOR

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

Property Name: jmx.specification.vendor

See Also:
Constant Field Values

JMX_IMPL_NAME

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

Property Name: jmx.implementation.name

See Also:
Constant Field Values

JMX_IMPL_VENDOR

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

Property Name: jmx.implementation.vendor

See Also:
Constant Field Values

JMX_IMPL_VERSION

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

Property Name: jmx.implementation.version

See Also:
Constant Field Values

SSL_CIPHER_SUITE

public static final String SSL_CIPHER_SUITE
Deprecated. use JdmkProperties instead.
References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL connector.

Property Name: jdmk.ssl.cipher.suite.

The list of SSL cipher suites is specified in the format:

jdmk.ssl.cipher.suite.<n>=<cipher suite name>

For example:

jdmk.ssl.cipher.suite.1=SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
jdmk.ssl.cipher.suite.2=SSL_RSA_EXPORT_WITH_RC4_40_MD5
. . .

See Also:
Constant Field Values
Method Detail

load

public static void load(String file)
                 throws IOException
Deprecated. use JdmkProperties instead.

Reads the Java DMK property list from a file and adds the read properties as system properties.

Throws:
IOException

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.