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 ServerEnvironment |
SelfContainedContainer.determineEnvironment(Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType,
long startTime) |
static ServerEnvironment |
Main.determineEnvironment(String[] args,
Properties systemProperties,
Map<String,String> systemEnvironment,
ServerEnvironment.LaunchType launchType)
|
static ServerEnvironment |
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)
Only for use by internal test fixtures.
|
ServerEnvironment(String hostControllerName,
Properties props,
Map<String,String> env,
String serverConfig,
ConfigurationFile.InteractionPolicy configInteractionPolicy,
ServerEnvironment.LaunchType launchType,
RunningMode initialRunningMode,
ProductConfig productConfig,
long startTime) |
Constructor and Description |
---|
LaunchTypeHandler(ServerEnvironment.LaunchType launchType) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.