public class LogicSessionDebugger extends AbstractLogicHandle
コンストラクタと説明 |
---|
LogicSessionDebugger(String flowId,
Logger logger)
{LogicSessionDebugger} を生成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
afterExecution(LogicFlowElementDefinition definition,
Object data)
タスク実行後のイベントを受け付けます。
|
protected void |
beforeExecution(LogicFlowElementDefinition definition,
Object data)
タスク実行前のイベントを受け付けます。
|
protected void |
beginErrorFlow(LogicFlowElementDefinition definition)
エラー処理フロー開始のイベントを受け付けます。
|
protected void |
beginFlow(Object data)
フロー開始のイベントを受け付けます。
|
protected void |
endErrorFlow(LogicFlowElementDefinition definition)
エラー処理フロー終了のイベントを受け付けます。
|
protected void |
endFlow(Object data)
フロー終了のイベントを受け付けます。
|
protected void |
exclusiveGatewayEvent(LogicFlowElementDefinition definition,
ExclusiveGatewayEventData data)
分岐実行時のイベントを受け付けます。
|
protected void |
executionInformation(LogicFlowElementDefinition definition,
String message)
タスク実行時の情報出力イベントを受け付けます。
|
protected void |
executionWarning(LogicFlowElementDefinition definition,
String message)
タスク実行時の情報警告イベントを受け付けます。
|
protected void |
loopEndEvent(LogicFlowElementDefinition definition)
繰り返し終了時のイベントを受け付けます。
|
protected void |
loopEvent(LogicFlowElementDefinition definition,
LoopEventData data)
繰り返し実行時のイベントを受け付けます。
|
execute, executionError, executionError, getEvent, isContinueOnError, isInheritable, mappingError, mappingError, validateRepositoryError
protected void afterExecution(LogicFlowElementDefinition definition, Object data)
AbstractLogicHandle
afterExecution
クラス内 AbstractLogicHandle
definition
- タスク定義情報data
- タスク実行結果protected void beforeExecution(LogicFlowElementDefinition definition, Object data)
AbstractLogicHandle
beforeExecution
クラス内 AbstractLogicHandle
definition
- タスク定義情報data
- タスク実行時の引数に渡されるデータprotected void beginErrorFlow(LogicFlowElementDefinition definition)
beginErrorFlow
クラス内 AbstractLogicHandle
definition
- エレメント定義情報protected void beginFlow(Object data)
AbstractLogicHandle
beginFlow
クラス内 AbstractLogicHandle
data
- 入力データprotected void endErrorFlow(LogicFlowElementDefinition definition)
endErrorFlow
クラス内 AbstractLogicHandle
definition
- エレメント定義情報protected void endFlow(Object data)
AbstractLogicHandle
endFlow
クラス内 AbstractLogicHandle
data
- フローの実行結果protected void exclusiveGatewayEvent(LogicFlowElementDefinition definition, ExclusiveGatewayEventData data)
AbstractLogicHandle
exclusiveGatewayEvent
クラス内 AbstractLogicHandle
definition
- タスク定義情報data
- 分岐情報protected void executionInformation(LogicFlowElementDefinition definition, String message)
AbstractLogicHandle
executionInformation
クラス内 AbstractLogicHandle
definition
- タスク定義情報message
- メッセージprotected void executionWarning(LogicFlowElementDefinition definition, String message)
AbstractLogicHandle
executionWarning
クラス内 AbstractLogicHandle
definition
- タスク定義情報message
- メッセージprotected void loopEndEvent(LogicFlowElementDefinition definition)
AbstractLogicHandle
loopEndEvent
クラス内 AbstractLogicHandle
definition
- タスク定義情報protected void loopEvent(LogicFlowElementDefinition definition, LoopEventData data)
AbstractLogicHandle
loopEvent
クラス内 AbstractLogicHandle
definition
- タスク定義情報data
- 繰り返し情報Copyright © 2012 NTT DATA INTRAMART CORPORATION