|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IPlugin.STATE> kieker.analysis.plugin.IPlugin.STATE
public static enum IPlugin.STATE
An enumeration used to describe the state of an AbstractPlugin
.
Enum Constant Summary | |
---|---|
FAILED
The plugin has been terminated with error. |
|
FAILING
The plugin has been notified to terminate with error. |
|
READY
The plugin has been initialized and is ready to be configured. |
|
RUNNING
The plugin is currently running. |
|
TERMINATED
The plugin has been terminated. |
|
TERMINATING
The plugin has been notified to terminate. |
Method Summary | |
---|---|
static IPlugin.STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPlugin.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 IPlugin.STATE READY
public static final IPlugin.STATE RUNNING
public static final IPlugin.STATE TERMINATING
public static final IPlugin.STATE TERMINATED
public static final IPlugin.STATE FAILING
public static final IPlugin.STATE FAILED
Method Detail |
---|
public static final IPlugin.STATE[] values()
for(IPlugin.STATE c : IPlugin.STATE.values()) System.out.println(c);
public static IPlugin.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.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |