jp.ne.mki.wedge.pub.client.hook.debug
クラス DefaultDebugger

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.client.hook.debug.DefaultDebugger
すべての実装されたインタフェース:
java.util.EventListener, ExecutionHookInterface

public class DefaultDebugger
extends java.lang.Object
implements ExecutionHookInterface

デフォルトデバッガー


フィールドの概要
(package private)  DebugWindow window
          デバッグのウィンドウ
 
コンストラクタの概要
DefaultDebugger()
           
 
メソッドの概要
 void executeAfter(ExecutionInterface execution, int index, int resultCode)
          ルール、トラン開始後
 void executeBefore(ExecutionInterface execution, int index, int skipCount)
          ルール、トラン 処理開始前
 void startUp(ExecutionListInterface executions, javax.swing.JComponent currentComp, ClientManagerInterface manager)
          実行リスト開始時 デバッグウィンドウを表示する
 void tearDown(ExecutionListInterface executions, int result, ClientManagerInterface manager)
          実行リスト終了時
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

window

DebugWindow window
デバッグのウィンドウ

コンストラクタの詳細

DefaultDebugger

public DefaultDebugger()
メソッドの詳細

startUp

public void startUp(ExecutionListInterface executions,
                    javax.swing.JComponent currentComp,
                    ClientManagerInterface manager)
実行リスト開始時 デバッグウィンドウを表示する

定義:
インタフェース ExecutionHookInterface 内の startUp
パラメータ:
executions - 実行リスト
currentComp - 現在Currentのコンポーネント
manager - Manager
関連項目:
ExecutionHookInterface

executeBefore

public void executeBefore(ExecutionInterface execution,
                          int index,
                          int skipCount)
ルール、トラン 処理開始前

定義:
インタフェース ExecutionHookInterface 内の executeBefore
パラメータ:
execution -
index -
skipCount -
関連項目:
ExecutionHookInterface

executeAfter

public void executeAfter(ExecutionInterface execution,
                         int index,
                         int resultCode)
ルール、トラン開始後

定義:
インタフェース ExecutionHookInterface 内の executeAfter
パラメータ:
execution -
index -
resultCode -
関連項目:
ExecutionHookInterface

tearDown

public void tearDown(ExecutionListInterface executions,
                     int result,
                     ClientManagerInterface manager)
実行リスト終了時

定義:
インタフェース ExecutionHookInterface 内の tearDown
パラメータ:
result -
executions - 実行リスト
関連項目:
ExecutionHookInterface