org.eclipse.stardust.engine.api.runtime
Class DaemonExecutionState

java.lang.Object
  extended by org.eclipse.stardust.common.IntKey
      extended by org.eclipse.stardust.engine.api.runtime.DaemonExecutionState
All Implemented Interfaces:
Serializable, Comparable

public class DaemonExecutionState
extends org.eclipse.stardust.common.IntKey

Represents the execution state of a daemon.

Version:
$Revision$
Author:
ubirkemeyer
See Also:
Serialized Form

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

OK

public static final DaemonExecutionState OK
Daemon run shows no problems.


Warning

public static final DaemonExecutionState Warning
A problem occured during daemon run but daemon could continue to run.


Fatal

public static final DaemonExecutionState Fatal
A problem occured during daemon forcing it to stop.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.