|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.DaemonExecutionState
public class DaemonExecutionState
Represents the execution state of a daemon.
| Field Summary | |
|---|---|
static DaemonExecutionState |
Fatal
A problem occured during daemon forcing it to stop. |
static DaemonExecutionState |
OK
Daemon run shows no problems. |
static DaemonExecutionState |
Warning
A problem occured during daemon run but daemon could continue to run. |
| Method Summary |
|---|
| Methods inherited from class org.eclipse.stardust.common.IntKey |
|---|
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DaemonExecutionState OK
public static final DaemonExecutionState Warning
public static final DaemonExecutionState Fatal
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||