| Package | Description |
|---|---|
| org.jboss.as.server | |
| org.jboss.as.server.operations |
| Modifier and Type | Method and Description |
|---|---|
ServerEnvironment.LaunchType |
ServerEnvironment.getLaunchType()
Gets the manner in which this server was launched
|
static ServerEnvironment.LaunchType |
ServerEnvironment.LaunchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerEnvironment.LaunchType[] |
ServerEnvironment.LaunchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerEnvironmentWrapper |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType)
|
static ServerEnvironmentWrapper |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType,
long startTime)
Establish the
ServerEnvironment object for this server. |
| Constructor and Description |
|---|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig) |
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
boolean startSuspended) |
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
long startTime) |
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
long startTime,
boolean startSuspended) |
| Constructor and Description |
|---|
LaunchTypeHandler(ServerEnvironment.LaunchType launchType) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.