public enum ApplicationRestartStatus extends Enum<ApplicationRestartStatus>
Enum Constant and Description |
---|
DONE_FAILED
The are model instances in the LSPS_APPL_RESTART_INFO table and at least one has status FAILED and none has status IN_PROGRESS or IN_PROGRESS_EXPLICIT_FINISH
|
DONE_SUCEEDED
the are model instances in the LSPS_APPL_RESTART_INFO table and all have status FINISHED
|
IN_PROGRESS_FAILING
There are some model instances with status IN_PROGRESS or IN_PROGRESS_EXPLICIT_FINISH and there exist at least one FAILED model instance in the LSPS_APPL_RESTART_INFO table
|
IN_PROGRESS_SUCCEEDING
There are some model instances in the LSPS_APPL_RESTART_INFO table with status IN_PROGRESS or IN_PROGRESS_EXPLICIT_FINISH.
|
NONE
The LSPS_APPL_RESTART_INFO is empty and LSPS_VALUES::NUMBER_OF_MODEL_INSTANCES_TO_START is null or -1
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns informative label
|
static ApplicationRestartStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationRestartStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationRestartStatus DONE_SUCEEDED
public static final ApplicationRestartStatus DONE_FAILED
public static final ApplicationRestartStatus IN_PROGRESS_SUCCEEDING
public static final ApplicationRestartStatus IN_PROGRESS_FAILING
public static final ApplicationRestartStatus NONE
public static ApplicationRestartStatus[] values()
for (ApplicationRestartStatus c : ApplicationRestartStatus.values()) System.out.println(c);
public static ApplicationRestartStatus 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 String getLabel()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.