|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<AnalysisController.STATE> kieker.analysis.AnalysisController.STATE
public static enum AnalysisController.STATE
An enumeration used to describe the state of an AnalysisController
.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
static AnalysisController.STATE |
valueOf(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're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static final AnalysisController.STATE[] values()
for(AnalysisController.STATE c : AnalysisController.STATE.values()) System.out.println(c);
public static AnalysisController.STATE valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |