protected class EventDrivenExecutionContext.DFP extends EventDrivenExecutionContext.DFPBase
FsmParticipantのAction定義用抽象クラスです。
ec_id, m_sm| コンストラクタと説明 |
|---|
DFP(FsmParticipant obj,
int id)
コンストラクタです。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
on_aborting(StateHolder st)
onAbortingアクション定義用メソッドです。
|
void |
on_action(StateHolder st)
onActionアクション定義用メソッドです。
|
void |
on_activated(StateHolder st)
onActivatedアクション定義用メソッドです。
|
void |
on_deactivated(StateHolder st)
onDeactivatedアクション定義用メソッドです。
|
void |
on_error(StateHolder st)
onErrorアクション定義用メソッドです。
|
void |
on_reset(StateHolder st)
onResetアクション定義用メソッドです。
|
void |
on_shutdown()
onShutdownアクション定義用メソッドです。
|
void |
on_startup()
onStartupアクション定義用メソッドです。
|
get_state, worker_do, worker_post, worker_pre, workerpublic DFP(FsmParticipant obj, int id)
コンストラクタです。
obj - 対象コンポーネントid - ExecutionContextのIDpublic void on_startup()
onStartupアクション定義用メソッドです。
public void on_shutdown()
onShutdownアクション定義用メソッドです。
public void on_activated(StateHolder st)
onActivatedアクション定義用メソッドです。
public void on_deactivated(StateHolder st)
onDeactivatedアクション定義用メソッドです。
public void on_aborting(StateHolder st)
onAbortingアクション定義用メソッドです。
public void on_error(StateHolder st)
onErrorアクション定義用メソッドです。
public void on_reset(StateHolder st)
onResetアクション定義用メソッドです。
public void on_action(StateHolder st)
onActionアクション定義用メソッドです。