| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.server | |
| org.jboss.as.subsystem.test |
| Modifier and Type | Method and Description |
|---|---|
RunningMode |
ExtensionContext.getRunningMode()
Gets the current running mode of the process.
|
RunningMode |
OperationContext.getRunningMode()
Gets the running mode of the process.
|
RunningMode |
RunningModeControl.getRunningMode() |
static RunningMode |
RunningMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunningMode[] |
RunningMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunningModeControl.setRunningMode(RunningMode runningMode) |
| Constructor and Description |
|---|
RunningModeControl(RunningMode initialMode) |
| Modifier and Type | Method and Description |
|---|---|
RunningMode |
ServerEnvironment.getInitialRunningMode()
Gets the
RunningMode that was in effect when this server was launched. |
| Constructor and Description |
|---|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected RunningMode |
AdditionalInitialization.getRunningMode() |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.