Package com.sun.enterprise.util
Class SystemPropertyConstants
java.lang.Object
com.sun.enterprise.util.SystemPropertyConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe certificate nick name specified in the System-Jmx-Conenctor of the DAS with which a Node Agent synchronizesstatic final Stringstatic final Stringstatic final Stringname of the server's clusterstatic final Stringstatic final Stringstatic final StringFieldstatic final Stringstatic final Stringstatic final Stringstatic final StringDeprecated.static final Stringstatic final Stringname of the HADB location propertystatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringname of the server instance keystatic final StringField used by Monitoring to encode a forward slash and/or dotstatic final StringName of the default config that determines the configuration for the instancesstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringgetAdminScriptLocation(String installRoot) static final StringReturns the system specific file.separator delimited path to the asadmin script.static final StringgetAsAdminScriptLocation(String installRoot) static final IntegerReturns the default timeout in milliseconds used in some Admin commands.
-
Field Details
-
SLASH
Field used by Monitoring to encode a forward slash and/or dot- See Also:
-
MONDOT
- See Also:
-
DEBUG_MODE_PROPERTY
Field- See Also:
-
AGENT_CERT_NICKNAME
The certificate nick name specified in the System-Jmx-Conenctor of the DAS with which a Node Agent synchronizes- See Also:
-
ANT_ROOT_PROPERTY
- See Also:
-
ANT_LIB_PROPERTY
- See Also:
-
JHELP_ROOT_PROPERTY
- See Also:
-
SERVER_NAME
name of the server instance key- See Also:
-
CLUSTER_NAME
name of the server's cluster- See Also:
-
HADB_ROOT_PROPERTY
name of the HADB location property- See Also:
-
NSS_ROOT_PROPERTY
- See Also:
-
NSS_BIN_PROPERTY
- See Also:
-
NATIVE_LAUNCHER
- See Also:
-
NATIVE_LAUNCHER_LIB_PREFIX
- See Also:
-
DAS_SERVER_NAME
- See Also:
-
DEFAULT_SERVER_INSTANCE_NAME
Deprecated.- See Also:
-
DAS_SERVER_CONFIG
- See Also:
-
DROP_INTERRUPTED_COMMANDS
- See Also:
-
TEMPLATE_CONFIG_NAME
Name of the default config that determines the configuration for the instances- See Also:
-
DEFAULT_ADMIN_USER
- See Also:
-
DEFAULT_ADMIN_PASSWORD
- See Also:
-
DEFAULT_ADMIN_TIMEOUT_PROPERTY
- See Also:
-
PREFER_ENV_VARS_OVER_PROPERTIES
- See Also:
-
TRUSTSTORE_FILENAME_DEFAULT
- See Also:
-
KEYSTORE_FILENAME_DEFAULT
- See Also:
-
KEYSTORE_TYPE_DEFAULT
- See Also:
-
KEYSTORE_PASSWORD_DEFAULT
- See Also:
-
MASTER_PASSWORD_FILENAME
- See Also:
-
MASTER_PASSWORD_PASSWORD
- See Also:
-
MASTER_PASSWORD_ALIAS
- See Also:
-
-
Constructor Details
-
SystemPropertyConstants
public SystemPropertyConstants()
-
-
Method Details
-
getAsAdminScriptLocation
Returns the system specific file.separator delimited path to the asadmin script. Any changes to file layout should be reflected here. The path will contain '/' as the separator character, regardless of operating platform. Never returns a null. Assumes the the property "INSTALL_ROOT_PROPERTY" is set in the VM before calling this. As of now (September 2005) all the server instances and asadmin VM itself has this property set. The method does not guarantee that the script exists on the given system. It should only be used when caller wants to know the location of the script. Caller should make sure it exists.- Returns:
- String representing the Path to asadmin script. Might return a string beginning with "null", if the INSTALL_ROOT_PROPERTY is not defined
-
getAsAdminScriptLocation
-
getAdminScriptLocation
-
getDefaultAdminTimeout
Returns the default timeout in milliseconds used in some Admin commands.- Returns:
- The value of the system property
DEFAULT_ADMIN_TIMEOUT_PROPERTYor the valueDEFAULT_ADMIN_TIMEOUT_VALUEif the system property not set.
-