public static enum IPlugin.STATE extends java.lang.Enum<IPlugin.STATE>
AbstractPlugin
.Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static IPlugin.STATE |
valueOf(java.lang.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 are declared.
|
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
public static IPlugin.STATE[] values()
for (IPlugin.STATE c : IPlugin.STATE.values()) System.out.println(c);
public static IPlugin.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