Uses of Class
org.jboss.as.server.ServerEnvironment.LaunchType
-
Packages that use ServerEnvironment.LaunchType Package Description org.jboss.as.server org.jboss.as.server.operations -
-
Uses of ServerEnvironment.LaunchType in org.jboss.as.server
Methods in org.jboss.as.server that return ServerEnvironment.LaunchType Modifier and Type Method Description ServerEnvironment.LaunchTypeServerEnvironment. getLaunchType()Gets the manner in which this server was launchedstatic ServerEnvironment.LaunchTypeServerEnvironment.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.Methods in org.jboss.as.server with parameters of type ServerEnvironment.LaunchType Modifier and Type Method Description static ServerEnvironmentWrapperMain. determineEnvironment(String[] args, Properties systemProperties, Map<String,String> systemEnvironment, ServerEnvironment.LaunchType launchType, ElapsedTime elapsedTime)Establish theServerEnvironmentobject for this server.Constructors in org.jboss.as.server with parameters of type ServerEnvironment.LaunchType Constructor Description ServerEnvironment(String hostControllerName, Properties props, Map<String,String> env, String serverConfig, ConfigurationFile.InteractionPolicy configInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, boolean startSuspended)Only for test casesServerEnvironment(String hostControllerName, Properties props, Map<String,String> env, String serverConfig, ConfigurationFile.InteractionPolicy configurationInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, long startTime, boolean startSuspended, boolean startGracefully, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.use the variant that takes anelapsedTimeparameter instead oflong startTimeServerEnvironment(String hostControllerName, Properties props, Map<String,String> env, String serverConfig, ConfigurationFile.InteractionPolicy configurationInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, ElapsedTime elapsedTime, boolean startSuspended, boolean startGracefully, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration) -
Uses of ServerEnvironment.LaunchType in org.jboss.as.server.operations
Constructors in org.jboss.as.server.operations with parameters of type ServerEnvironment.LaunchType Constructor Description LaunchTypeHandler(ServerEnvironment.LaunchType launchType)
-