com.sun.jaw.impl.common
Class JawProperties

java.lang.Object
  |
  +--com.sun.jaw.impl.common.JawProperties

public class JawProperties
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 ACL_FILE
          References the property that specifies the ACL file used by the SNMP adaptor.
static java.lang.String BOOTSTRAP_LIB_DIR
          References the property that specifies the directory where the native libraries will be stored before the Bootstrap Service loads them into memory.
static java.lang.String LAUNCHER_PATH
          References the property that specifies the path where the Launcher Service will look for HTML files to be loaded.
static java.lang.String MLET_CACHE_DIR
          References the property that specifies the directory used for caching by the MLet Cache and Versioning Service.
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.
static java.lang.String NET_LIB_PATH
          References the property that specifies the path where the native libraries will be stored before the Network Class and Library Loader loads them into memory.
static java.lang.String SSL_CIPHER_SUITE
          References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL adaptor.
 
Constructor Summary
JawProperties()
           
 
Method Summary
static void load(java.lang.String file)
          Reads the Java DMK 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

ACL_FILE

public static final java.lang.String ACL_FILE
References the property that specifies the ACL file used by the SNMP adaptor.

Property Name: jaw.acl.file


LAUNCHER_PATH

public static final java.lang.String LAUNCHER_PATH
References the property that specifies the path where the Launcher Service will look for HTML files to be loaded.

Property Name: jaw.launcher.path


MLET_CACHE_DIR

public static final java.lang.String MLET_CACHE_DIR
References the property that specifies the directory used for caching by the MLet Cache and Versioning Service.

Property Name: jaw.mlet.cache.dir


NET_LIB_PATH

public static final java.lang.String NET_LIB_PATH
References the property that specifies the path where the native libraries will be stored before the Network Class and Library Loader loads them into memory.

Property Name: jaw.net.library.path


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: jaw.mlet.library.dir


BOOTSTRAP_LIB_DIR

public static final java.lang.String BOOTSTRAP_LIB_DIR
References the property that specifies the directory where the native libraries will be stored before the Bootstrap Service loads them into memory.

Property Name: jaw.bootstrap.library.dir


SSL_CIPHER_SUITE

public static final java.lang.String SSL_CIPHER_SUITE
References the property that specifies the SSL cipher suites to be enabled by the HTTP/SSL adaptor.

Property Name: jaw.ssl.cipher.suite.

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

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

For example:

jaw.ssl.cipher.suite.1=SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
jaw.ssl.cipher.suite.2=SSL_RSA_EXPORT_WITH_RC4_40_MD5
. . .
Constructor Detail

JawProperties

public JawProperties()
Method Detail

load

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