Class ServerDescriptionConstants
- java.lang.Object
-
- org.jboss.as.server.controller.descriptions.ServerDescriptionConstants
-
public final class ServerDescriptionConstants extends Object
Various constants used in descriptions of server model resources.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringLAUNCH_TYPEstatic StringPROCESS_STATEDeprecated.static StringPROCESS_TYPEstatic StringPROFILE_NAMEstatic StringRUNNING_MODEstatic StringRUNTIME_CONFIGURATION_STATEstatic StringSERVER_ENVIRONMENT
-
-
-
Field Detail
-
PROFILE_NAME
public static final String PROFILE_NAME
- See Also:
- Constant Field Values
-
SERVER_ENVIRONMENT
public static final String SERVER_ENVIRONMENT
- See Also:
- Constant Field Values
-
RUNTIME_CONFIGURATION_STATE
public static final String RUNTIME_CONFIGURATION_STATE
- See Also:
- Constant Field Values
-
PROCESS_STATE
public static final String PROCESS_STATE
Deprecated.- See Also:
- Constant Field Values
-
PROCESS_TYPE
public static final String PROCESS_TYPE
- See Also:
- Constant Field Values
-
LAUNCH_TYPE
public static final String LAUNCH_TYPE
- See Also:
- Constant Field Values
-
RUNNING_MODE
public static final String RUNNING_MODE
- See Also:
- Constant Field Values
-
-