public enum RunLevel extends Enum<RunLevel>
Enum Constant and Description |
---|
CORE_STARTED
All server managers are started and core server functionality is available.
|
CORE_WEBAPPS_STARTED
All core FirstSpirit WebApps are started.
|
IN_PROGRESS
Server startup or shutdown is in progress.
|
ROOT_WEBAPP_STARTED
The FirstSpirit root WebApp is started and HTTP connection mode is available.
|
SHUTDOWN
Server is shut down and not running.
|
STARTED
Server is started, all downstream tasks are done and all global and project WebApps are started.
|
Modifier and Type | Method and Description |
---|---|
int |
level()
Get the integer level value of the current
RunLevel . |
String |
toString()
Returns a three digit string representation of the integer level.
|
static RunLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunLevel SHUTDOWN
public static final RunLevel IN_PROGRESS
public static final RunLevel CORE_STARTED
public static final RunLevel ROOT_WEBAPP_STARTED
public static final RunLevel CORE_WEBAPPS_STARTED
public static final RunLevel STARTED
public static RunLevel[] values()
for (RunLevel c : RunLevel.values()) System.out.println(c);
public static RunLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int level()
RunLevel
.Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210