Class RunningStatus
java.lang.Object
com.infoteria.asteria.flowengine2.thinclient.flow.RunningStatus
リクエストの実行状態を表すクラスです。
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatus()の返り値 - リクエストは異常終了したstatic final intstatus()の返り値 - リクエストは正常終了したstatic final intstatus()の返り値 - リクエストはキューに待機中static final intstatus()の返り値 - リクエストは実行中static final intstatus()の返り値 - リクエストは一時停止中 -
Method Summary
Modifier and TypeMethodDescription実行中のコンポーネント名。実行中のフロー名。実行中のプロジェクトのオーナー。実行中のプロジェクト名。実行中にマッパーに差し込まれたステータス文字列。intstatus()リクエストのステータス。static StringstatusToStr(int n) statusを文字列に変換します。toString()
-
Field Details
-
STATE_QUEUE
public static final int STATE_QUEUEstatus()の返り値 - リクエストはキューに待機中- See Also:
-
STATE_NORMAL_END
public static final int STATE_NORMAL_ENDstatus()の返り値 - リクエストは正常終了した- See Also:
-
STATE_SUSPEND
public static final int STATE_SUSPENDstatus()の返り値 - リクエストは一時停止中- See Also:
-
STATE_ABORT
public static final int STATE_ABORTstatus()の返り値 - リクエストは異常終了した- See Also:
-
STATE_RUNNING
public static final int STATE_RUNNINGstatus()の返り値 - リクエストは実行中- See Also:
-
-
Method Details