com.fluendo.jst
Class WaitStatus

java.lang.Object
  extended by com.fluendo.jst.WaitStatus

public class WaitStatus
extends java.lang.Object


Field Summary
static int BADTIME
           
static int BUSY
           
static int ERROR
           
static int LATE
           
static int OK
           
static int UNSCHEDULED
           
static int UNSUPPORTED
           
 
Method Summary
static WaitStatus newOK()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

LATE

public static final int LATE
See Also:
Constant Field Values

UNSCHEDULED

public static final int UNSCHEDULED
See Also:
Constant Field Values

BUSY

public static final int BUSY
See Also:
Constant Field Values

BADTIME

public static final int BADTIME
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

UNSUPPORTED

public static final int UNSUPPORTED
See Also:
Constant Field Values
Method Detail

newOK

public static WaitStatus newOK()