FileDocCategorySizeDatePackage
Constants.javaAPI DocGlassfish v2 API9138Fri May 04 22:35:40 BST 2007com.sun.enterprise.server

Constants

public final class Constants extends Object implements com.sun.enterprise.admin.util.IAdminConstants
Static constants for this package.

Fields Summary
private static final String
prefix
public static final String
Package
public static final String
IAS_ROOT
Variable that contains the path to the iAS config installation.
public static final String
CONFIG_DIR_NAME
Name of the configuration dir name; server.xml resides here
public static final String
INSTALL_ROOT
Variable that contains the path to the entire iAS installation.
public static final String
INSTALL_CFG_ROOT
Variable that contains the path to the Config Root.
public static final String
INSTALL_IMQ_BIN
public static final String
INSTALL_IMQ_LIB
public static final String
USER_SPECIFIED_COMPILER
Variable that contains the path to the user-specified java compiler that ejbc will try to use. The variable is case-insensitive
public static final String
ENABLE_JAVAC_FILE
Variable that enable compilation through file for javac and fastjavac.
public static final String
USER_SPECIFIED_COMPILER_OPTIONS
Variable that contains the options for the user-specified java compiler that ejbc will try to use. The variable is case-insensitive
public static final String
KEEP_FAILED_STUBS
This is a backdoor designed for QA and support staff. If the magical environmental variable, "KeepFailedStubs", is set to "true", then it results in the generated stubs files being retained and placed into the expected directory with "_failed" appended to the name. The directory will be deleted and replaced the next time there is a failed deployment. It will never be automatically cleaned up. Note: KeepFailedStubs and true are both case insensitive.
public static final String
PROCESS_ANNOTATION
This is a backdoor to turn off annotation processing for deployment.
public static final String
VERIFIER_XSL
Variable that contains the xsl directory for verifier tool
public static final String
APPLICATION_TYPE
entry in the MANIFEST file of archive giving the resourceType
public static final String
LIB
public static final String
LIB_INSTALL
public static final String
LIB_INSTALL_APPLICATIONS
public static final String
TARGET_TYPE_ADMIN
public static final String
TARGET_TYPE_INSTANCE
public static final String
ALLOW_SYSAPP_DEPLOYMENT
public static final String
FASTJAVAC_TIMEOUT_MS
option to specify fast javac time out
public static final String
JAVAC_TIMEOUT_MS
option to specify javac time out
public static final String
RMIC_TIMEOUT_MS
option to specify rmic time out
public static final String
USER_SPECIFIED_COMPILER_TIMEOUT_MS
option to specify user specified compiler time out
public static final int
DEFAULT_FASTJAVAC_TIMEOUT_MS
default fast javac time out
public static final int
DEFAULT_JAVAC_TIMEOUT_MS
default javac time out
public static final int
DEFAULT_RMIC_TIMEOUT_MS
default rmic time out
public static final int
DEFAULT_USER_SPECIFIED_COMPILER_TIMEOUT_MS
default user specified time out
public static final String
NAME_SEPARATOR
The separator character between an application name and the web module name within the application.
public static final String
CMP_UNIQUE_TABLE_NAMES
cmp-only deployment arguments and the 3 possible "tri-state" values. bnevins
public static final String
CMP_DB_VENDOR_NAME
public static final String
CMP_DROP_TABLES
public static final String
CMP_CREATE_TABLES
public static final String
CMP_DROP_AND_CREATE_TABLES
public static final String
TRUE
public static final String
FALSE
public static final String
UNDEFINED
public static final String
LOAD_UNLOAD_ACTION
public static final int
LOAD_UNSET
public static final int
LOAD_ALL
public static final int
LOAD_RAR
public static final int
LOAD_REST
public static final int
UNLOAD_ALL
public static final int
UNLOAD_RAR
public static final int
UNLOAD_REST
Constructors Summary
Methods Summary