Package org.jboss.as.process
Class CommandLineConstants
- java.lang.Object
-
- org.jboss.as.process.CommandLineConstants
-
public class CommandLineConstants extends Object
- Author:
- Kabir Khan
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_ONLYstatic StringADMIN_ONLY_MODEstatic StringAPPCLIENT_CONFIGAdditional class path items, used only by app clientstatic StringBACKUP_DCstatic StringCACHED_DCstatic StringCONNECTION_PROPERTIESstatic StringDEBUGDebug flagstatic StringDEFAULT_JVMstatic StringDEFAULT_MULTICAST_ADDRESSstatic StringDOMAIN_CONFIGstatic StringGIT_AUTHstatic StringGIT_BRANCHstatic StringGIT_REPOPassed in to a SERVER to configure the git repository used for configuration history.static StringGRACEFUL_STARTUPstatic StringHELPstatic StringHOSTstatic StringHOST_CONFIGstatic StringINTERPROCESS_HC_ADDRESSstatic StringINTERPROCESS_HC_PORTstatic StringMANAGED_PROCESS_SYSTEM_ERROR_TO_LOGstatic StringMANAGED_PROCESS_SYSTEM_OUT_TO_LOGstatic StringMODULE_PATHstatic StringNORMAL_MODEstatic StringOLD_BACKUP_DCPassed in to a secondary host controller to get a backup of all files on the domain controller"static StringOLD_CACHED_DCPassed in to a secondary host controller to attempt to start up using its cached copy of the remote DC, if the remote DC can not be contacted"static StringOLD_DEFAULT_JVMConfigure a default jvmstatic StringOLD_DOMAIN_CONFIGPassed in to a DC to choose the domain.xml file.static StringOLD_HELPOutput usagestatic StringOLD_HOST_CONFIGPassed in to a HC to choose the host.xml file.static StringOLD_INTERPROCESS_HC_ADDRESSThe HostController addressstatic StringOLD_INTERPROCESS_HC_PORTThe HostController portstatic StringOLD_PROCESS_CONTROLLER_BIND_ADDRAddress on which the process controller listensstatic StringOLD_PROCESS_CONTROLLER_BIND_PORTPort on which the process controller listensstatic StringOLD_PROPERTIESConfigure the file to be used to read propertiesstatic StringOLD_SERVER_CONFIGstatic StringOLD_SHORT_VERSIONstatic StringOLD_VERSIONGet the version of the serverstatic StringPREFER_IPV4_STACKstatic StringPREFER_IPV6_ADDRESSESstatic StringPRIMARY_ADDRESSstatic StringPRIMARY_PORTstatic StringPROCESS_CONTROLLER_BIND_ADDRstatic StringPROCESS_CONTROLLER_BIND_PORTstatic StringPROCESS_RESTARTEDFlag indicating when a process was restarted.static StringPROPERTIESstatic StringPUBLIC_BIND_ADDRESSstatic StringREAD_ONLY_DOMAIN_CONFIGPassed in to a DC to choose the domain.xml file.static StringREAD_ONLY_HOST_CONFIGPassed in to a DC to choose the host.xml file.static StringREAD_ONLY_SERVER_CONFIGPassed in to a standalone instance to choose the standalone.xml file.static StringRESTART_HOST_CONTROLLERPassed in when the host controller is respawned by process controllerstatic StringSECMGRstatic StringSECURITY_PROPstatic StringSERVER_CONFIGstatic StringSHORT_DOMAIN_CONFIGstatic StringSHORT_HELPstatic StringSHORT_HOSTstatic StringSHORT_PROPERTIESstatic StringSHORT_SERVER_CONFIGPassed in to a standalone instance to choose the standalone.xml file.static StringSHORT_VERSIONstatic StringSTABILITYstatic StringSTART_MODEstatic StringSUSPEND_MODEstatic StringSYS_PROPstatic StringVERSION
-
-
-
Field Detail
-
OLD_INTERPROCESS_HC_ADDRESS
public static final String OLD_INTERPROCESS_HC_ADDRESS
The HostController address- See Also:
- Constant Field Values
-
INTERPROCESS_HC_ADDRESS
public static final String INTERPROCESS_HC_ADDRESS
- See Also:
- Constant Field Values
-
OLD_INTERPROCESS_HC_PORT
public static final String OLD_INTERPROCESS_HC_PORT
The HostController port- See Also:
- Constant Field Values
-
INTERPROCESS_HC_PORT
public static final String INTERPROCESS_HC_PORT
- See Also:
- Constant Field Values
-
OLD_VERSION
public static final String OLD_VERSION
Get the version of the server- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
SHORT_VERSION
public static final String SHORT_VERSION
- See Also:
- Constant Field Values
-
OLD_SHORT_VERSION
public static final String OLD_SHORT_VERSION
- See Also:
- Constant Field Values
-
DEBUG
public static final String DEBUG
Debug flag- See Also:
- Constant Field Values
-
OLD_PROPERTIES
public static final String OLD_PROPERTIES
Configure the file to be used to read properties- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
SHORT_PROPERTIES
public static final String SHORT_PROPERTIES
- See Also:
- Constant Field Values
-
OLD_DEFAULT_JVM
public static final String OLD_DEFAULT_JVM
Configure a default jvm- See Also:
- Constant Field Values
-
DEFAULT_JVM
public static final String DEFAULT_JVM
- See Also:
- Constant Field Values
-
PROCESS_RESTARTED
public static final String PROCESS_RESTARTED
Flag indicating when a process was restarted.- See Also:
- Constant Field Values
-
RESTART_HOST_CONTROLLER
public static final String RESTART_HOST_CONTROLLER
Passed in when the host controller is respawned by process controller- See Also:
- Constant Field Values
-
OLD_BACKUP_DC
public static final String OLD_BACKUP_DC
Passed in to a secondary host controller to get a backup of all files on the domain controller"- See Also:
- Constant Field Values
-
BACKUP_DC
public static final String BACKUP_DC
- See Also:
- Constant Field Values
-
OLD_CACHED_DC
public static final String OLD_CACHED_DC
Passed in to a secondary host controller to attempt to start up using its cached copy of the remote DC, if the remote DC can not be contacted"- See Also:
- Constant Field Values
-
CACHED_DC
public static final String CACHED_DC
- See Also:
- Constant Field Values
-
OLD_HELP
public static final String OLD_HELP
Output usage- See Also:
- Constant Field Values
-
HELP
public static final String HELP
- See Also:
- Constant Field Values
-
SHORT_HELP
public static final String SHORT_HELP
- See Also:
- Constant Field Values
-
GIT_REPO
public static final String GIT_REPO
Passed in to a SERVER to configure the git repository used for configuration history.- See Also:
- Constant Field Values
-
GIT_BRANCH
public static final String GIT_BRANCH
- See Also:
- Constant Field Values
-
GIT_AUTH
public static final String GIT_AUTH
- See Also:
- Constant Field Values
-
OLD_DOMAIN_CONFIG
public static final String OLD_DOMAIN_CONFIG
Passed in to a DC to choose the domain.xml file. The location must be relative to the domain configuration directory- See Also:
- Constant Field Values
-
DOMAIN_CONFIG
public static final String DOMAIN_CONFIG
- See Also:
- Constant Field Values
-
SHORT_DOMAIN_CONFIG
public static final String SHORT_DOMAIN_CONFIG
- See Also:
- Constant Field Values
-
READ_ONLY_DOMAIN_CONFIG
public static final String READ_ONLY_DOMAIN_CONFIG
Passed in to a DC to choose the domain.xml file. Differs fromDOMAIN_CONFIGin that the location may be absolute, and the file is not persisted- See Also:
- Constant Field Values
-
OLD_HOST_CONFIG
public static final String OLD_HOST_CONFIG
Passed in to a HC to choose the host.xml file. The location must be relative to the domain configuration directory- See Also:
- Constant Field Values
-
HOST_CONFIG
public static final String HOST_CONFIG
- See Also:
- Constant Field Values
-
READ_ONLY_HOST_CONFIG
public static final String READ_ONLY_HOST_CONFIG
Passed in to a DC to choose the host.xml file. Differs fromHOST_CONFIGin that the location may be absolute, and the file is not persisted- See Also:
- Constant Field Values
-
SHORT_SERVER_CONFIG
public static final String SHORT_SERVER_CONFIG
Passed in to a standalone instance to choose the standalone.xml file. The location must be relative to the server configuration directory- See Also:
- Constant Field Values
-
OLD_SERVER_CONFIG
public static final String OLD_SERVER_CONFIG
- See Also:
- Constant Field Values
-
SERVER_CONFIG
public static final String SERVER_CONFIG
- See Also:
- Constant Field Values
-
READ_ONLY_SERVER_CONFIG
public static final String READ_ONLY_SERVER_CONFIG
Passed in to a standalone instance to choose the standalone.xml file. Differs fromSERVER_CONFIGin that the location may be absolute, and the file is not persisted- See Also:
- Constant Field Values
-
OLD_PROCESS_CONTROLLER_BIND_ADDR
public static final String OLD_PROCESS_CONTROLLER_BIND_ADDR
Address on which the process controller listens- See Also:
- Constant Field Values
-
PROCESS_CONTROLLER_BIND_ADDR
public static final String PROCESS_CONTROLLER_BIND_ADDR
- See Also:
- Constant Field Values
-
OLD_PROCESS_CONTROLLER_BIND_PORT
public static final String OLD_PROCESS_CONTROLLER_BIND_PORT
Port on which the process controller listens- See Also:
- Constant Field Values
-
PROCESS_CONTROLLER_BIND_PORT
public static final String PROCESS_CONTROLLER_BIND_PORT
- See Also:
- Constant Field Values
-
SYS_PROP
public static final String SYS_PROP
- See Also:
- Constant Field Values
-
SECURITY_PROP
public static final String SECURITY_PROP
- See Also:
- Constant Field Values
-
PUBLIC_BIND_ADDRESS
public static final String PUBLIC_BIND_ADDRESS
- See Also:
- Constant Field Values
-
DEFAULT_MULTICAST_ADDRESS
public static final String DEFAULT_MULTICAST_ADDRESS
- See Also:
- Constant Field Values
-
ADMIN_ONLY
public static final String ADMIN_ONLY
- See Also:
- Constant Field Values
-
PRIMARY_ADDRESS
public static final String PRIMARY_ADDRESS
- See Also:
- Constant Field Values
-
PRIMARY_PORT
public static final String PRIMARY_PORT
- See Also:
- Constant Field Values
-
MODULE_PATH
public static final String MODULE_PATH
- See Also:
- Constant Field Values
-
SECMGR
public static final String SECMGR
- See Also:
- Constant Field Values
-
START_MODE
public static final String START_MODE
- See Also:
- Constant Field Values
-
NORMAL_MODE
public static final String NORMAL_MODE
- See Also:
- Constant Field Values
-
SUSPEND_MODE
public static final String SUSPEND_MODE
- See Also:
- Constant Field Values
-
ADMIN_ONLY_MODE
public static final String ADMIN_ONLY_MODE
- See Also:
- Constant Field Values
-
GRACEFUL_STARTUP
public static final String GRACEFUL_STARTUP
- See Also:
- Constant Field Values
-
STABILITY
public static final String STABILITY
- See Also:
- Constant Field Values
-
PREFER_IPV4_STACK
public static final String PREFER_IPV4_STACK
- See Also:
- Constant Field Values
-
PREFER_IPV6_ADDRESSES
public static final String PREFER_IPV6_ADDRESSES
- See Also:
- Constant Field Values
-
MANAGED_PROCESS_SYSTEM_ERROR_TO_LOG
public static final String MANAGED_PROCESS_SYSTEM_ERROR_TO_LOG
- See Also:
- Constant Field Values
-
MANAGED_PROCESS_SYSTEM_OUT_TO_LOG
public static final String MANAGED_PROCESS_SYSTEM_OUT_TO_LOG
- See Also:
- Constant Field Values
-
APPCLIENT_CONFIG
public static final String APPCLIENT_CONFIG
Additional class path items, used only by app client- See Also:
- Constant Field Values
-
SHORT_HOST
public static final String SHORT_HOST
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
CONNECTION_PROPERTIES
public static final String CONNECTION_PROPERTIES
- See Also:
- Constant Field Values
-
-