インタフェース
jawprof.Recorder の使用

Recorder を使用しているパッケージ
jawprof Jawprof を構成する基本的なクラスとインターフェースが格納されています。  
jawprof.recorder トランザクションの記録を永続化する jawprof.Recorder の実装クラスが格納されています。  
 

jawprof での Recorder の使用
 

Recorder を返す jawprof のメソッド
 Recorder RecorderFactory.createRecorder(JawprofContext context)
           
 Recorder DefaultRecorderFactory.createRecorder(JawprofContext context)
          与えられた設定情報に従って, 使用する Recorder を生成します.
 

jawprof.recorder での Recorder の使用
 

Recorder を実装している jawprof.recorder のクラス
 class AbstractRecorder
           
 class CommonsLoggingRecorder
          Jakarta Commons Logging を使用してトランザクションを記録します.
 class DatabaseRecorder
          データベースに更新します.
 class FileRecorder
          プロファイリングの結果を CSV ファイルへ出力します.
 class FormatRecorder
          プロファイリングの結果をフォーマットして出力します.
 class MultiRecorder
          複数レコーダーへ出力するラッパとして動作します.
 class PersistentRecorder
          永続化を行うレコーダーの継承元クラスです.
 class SimpleRecorder
          標準出力に出力する Recorder.
 class TimerTaskRecorder
          タイマーで起動されるレコーダーです.
 



Copyright 2004 Taichirou Etoh. All Rights Reserved.