|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.impl.common.JawProperties
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 |
public static final java.lang.String ACL_FILE
Property Name: jaw.acl.file
public static final java.lang.String LAUNCHER_PATH
Property Name: jaw.launcher.path
public static final java.lang.String MLET_CACHE_DIR
Property Name: jaw.mlet.cache.dir
public static final java.lang.String NET_LIB_PATH
Property Name: jaw.net.library.path
public static final java.lang.String MLET_LIB_DIR
Property Name: jaw.mlet.library.dir
public static final java.lang.String BOOTSTRAP_LIB_DIR
Property Name: jaw.bootstrap.library.dir
public static final java.lang.String SSL_CIPHER_SUITE
Property Name: jaw.ssl.cipher.suite.
The list of SSL cipher suites is specified in the format:
For example:
Constructor Detail |
public JawProperties()
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 |