public static enum SystemdNotifyApplicationRunStatusProvider.ApplicationState extends Enum<SystemdNotifyApplicationRunStatusProvider.ApplicationState>
Enum Constant and Description |
---|
CONTEXT_LOADED |
CONTEXT_PREPARED |
ENVIRONMENT_PREPARED |
STARTING |
Modifier and Type | Method and Description |
---|---|
static SystemdNotifyApplicationRunStatusProvider.ApplicationState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemdNotifyApplicationRunStatusProvider.ApplicationState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemdNotifyApplicationRunStatusProvider.ApplicationState STARTING
public static final SystemdNotifyApplicationRunStatusProvider.ApplicationState ENVIRONMENT_PREPARED
public static final SystemdNotifyApplicationRunStatusProvider.ApplicationState CONTEXT_PREPARED
public static final SystemdNotifyApplicationRunStatusProvider.ApplicationState CONTEXT_LOADED
public static SystemdNotifyApplicationRunStatusProvider.ApplicationState[] values()
for (SystemdNotifyApplicationRunStatusProvider.ApplicationState c : SystemdNotifyApplicationRunStatusProvider.ApplicationState.values()) System.out.println(c);
public static SystemdNotifyApplicationRunStatusProvider.ApplicationState 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 nullCopyright © 2017–2018. All rights reserved.