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)static ServerEnvironmentWrapperMain. determineEnvironment(String[] args, Properties systemProperties, Map<String,String> systemEnvironment, ServerEnvironment.LaunchType launchType, long startTime)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)Deprecated.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 configurationInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, long startTime, boolean startSuspended, boolean startGracefully, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration)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, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration)Deprecated.ServerEnvironment(String hostControllerName, Properties props, Map<String,String> env, String serverConfig, ConfigurationFile.InteractionPolicy configInteractionPolicy, ServerEnvironment.LaunchType launchType, RunningMode initialRunningMode, ProductConfig productConfig, long startTime, String gitRepository, String gitBranch, String gitAuthConfiguration, String supplementalConfiguration)Deprecated. -
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)
-