jawprof.recorder
クラス FormatRecorder

java.lang.Object
  拡張jawprof.recorder.AbstractRecorder
      拡張jawprof.recorder.PersistentRecorder
          拡張jawprof.recorder.FormatRecorder
すべての実装インタフェース:
Recorder
直系の既知のサブクラス:
CommonsLoggingRecorder, FileRecorder, SimpleRecorder

public abstract class FormatRecorder
extends PersistentRecorder

プロファイリングの結果をフォーマットして出力します.

バージョン:
1.0
関連項目:
Recorder, MessageFormat

コンストラクタの概要
FormatRecorder(JawprofContext context)
           
 
メソッドの概要
 void persist(Monitor m)
          プロファイリングの結果を永続化します.
protected abstract  void printLapRecord(java.lang.String message)
          フォーマットされたメッセージを出力します.
protected abstract  void printStartRecord(java.lang.String message)
          フォーマットされたメッセージを出力します.
protected abstract  void printStopRecord(java.lang.String message)
          フォーマットされたメッセージを出力します.
 void saveGroupMap(java.lang.String group, java.util.Collection types)
          引数で与えられたトランザクショングループに所属するトランザクション種別の所属情報を保存し ます.
 
クラス jawprof.recorder.PersistentRecorder から継承したメソッド
save
 
クラス jawprof.recorder.AbstractRecorder から継承したメソッド
hold, release
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormatRecorder

public FormatRecorder(JawprofContext context)
メソッドの詳細

persist

public final void persist(Monitor m)
クラス PersistentRecorder の記述:
プロファイリングの結果を永続化します.

定義:
クラス PersistentRecorder 内の persist
パラメータ:
m - モニター

saveGroupMap

public void saveGroupMap(java.lang.String group,
                         java.util.Collection types)
引数で与えられたトランザクショングループに所属するトランザクション種別の所属情報を保存し ます. 現在は実装がありません.

定義:
インタフェース Recorder 内の saveGroupMap
定義:
クラス PersistentRecorder 内の saveGroupMap
パラメータ:
group - トランザクショングループ
types - 所属するトランザクション種別のコレクション

printStartRecord

protected abstract void printStartRecord(java.lang.String message)
フォーマットされたメッセージを出力します.

パラメータ:
message - フォーマットされた文字列

printStopRecord

protected abstract void printStopRecord(java.lang.String message)
フォーマットされたメッセージを出力します.

パラメータ:
message - フォーマットされた文字列

printLapRecord

protected abstract void printLapRecord(java.lang.String message)
フォーマットされたメッセージを出力します.

パラメータ:
message - フォーマットされた文字列


Copyright 2004 Taichirou Etoh. All Rights Reserved.