クラス
jawprof.recorder.PersistentRecorder の使用

PersistentRecorder を使用しているパッケージ
jawprof.recorder トランザクションの記録を永続化する jawprof.Recorder の実装クラスが格納されています。  
 

jawprof.recorder での PersistentRecorder の使用
 

jawprof.recorder での PersistentRecorder のサブクラス
 class CommonsLoggingRecorder
          Jakarta Commons Logging を使用してトランザクションを記録します.
 class DatabaseRecorder
          データベースに更新します.
 class FileRecorder
          プロファイリングの結果を CSV ファイルへ出力します.
 class FormatRecorder
          プロファイリングの結果をフォーマットして出力します.
 class MultiRecorder
          複数レコーダーへ出力するラッパとして動作します.
 class SimpleRecorder
          標準出力に出力する Recorder.
 

PersistentRecorder 型のパラメータを持つ jawprof.recorder のコンストラクタ
TimerTaskRecorder(PersistentRecorder r, long interval)
          実際に使用される Recorder をセットします.
 



Copyright 2004 Taichirou Etoh. All Rights Reserved.