Class FlowState
- java.lang.Object
-
- org.ikasan.dashboard.ui.visualisation.model.business.stream.FlowState
-
public class FlowState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPAUSEDstatic java.lang.StringRECOVERINGstatic java.lang.StringRUNNINGstatic java.lang.StringSTOPPEDstatic java.lang.StringSTOPPED_IN_ERROR
-
Constructor Summary
Constructors Constructor Description FlowState()
-
-
-
Field Detail
-
RUNNING
public static final java.lang.String RUNNING
- See Also:
- Constant Field Values
-
STOPPED
public static final java.lang.String STOPPED
- See Also:
- Constant Field Values
-
PAUSED
public static final java.lang.String PAUSED
- See Also:
- Constant Field Values
-
STOPPED_IN_ERROR
public static final java.lang.String STOPPED_IN_ERROR
- See Also:
- Constant Field Values
-
RECOVERING
public static final java.lang.String RECOVERING
- See Also:
- Constant Field Values
-
-