Uses of Enum Class
org.jboss.as.server.ServerEnvironment.LaunchType
Packages that use ServerEnvironment.LaunchType
-
Uses of ServerEnvironment.LaunchType in org.jboss.as.server
Methods in org.jboss.as.server that return ServerEnvironment.LaunchTypeModifier and TypeMethodDescriptionServerEnvironment.getLaunchType()Gets the manner in which this server was launchedstatic ServerEnvironment.LaunchTypeReturns the enum constant of this class with the specified name.static ServerEnvironment.LaunchType[]ServerEnvironment.LaunchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.server with parameters of type ServerEnvironment.LaunchTypeModifier and TypeMethodDescriptionstatic 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.LaunchTypeModifierConstructorDescriptionServerEnvironment(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.ServerEnvironment(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
elapsedTimeparameter instead oflong startTime