public static enum AnalysisController.STATE extends java.lang.Enum<AnalysisController.STATE>
AnalysisController
.Enum Constant and Description |
---|
FAILED
The analysis failed.
|
READY
The controller has been initialized and is ready to be configured.
|
RUNNING
The analysis is currently running.
|
TERMINATED
The controller has been terminated without errors.
|
TERMINATING
The controller has initiated a termination.
|
Modifier and Type | Method and Description |
---|---|
static AnalysisController.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisController.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisController.STATE READY
public static final AnalysisController.STATE RUNNING
public static final AnalysisController.STATE TERMINATING
public static final AnalysisController.STATE TERMINATED
public static final AnalysisController.STATE FAILED
public static AnalysisController.STATE[] values()
for (AnalysisController.STATE c : AnalysisController.STATE.values()) System.out.println(c);
public static AnalysisController.STATE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2017 Kieker Project, http://kieker-monitoring.net