|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.recorder.AbstractRecorder
jawprof.recorder.PersistentRecorder
jawprof.recorder.MultiRecorder
複数レコーダーへ出力するラッパとして動作します.
Recorder
コンストラクタの概要 | |
MultiRecorder(java.util.List recorders)
|
メソッドの概要 | |
void |
persist(Monitor m)
保持している全ての Recorder の出力先へ出力します. |
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 |
コンストラクタの詳細 |
public MultiRecorder(java.util.List recorders)
メソッドの詳細 |
public void persist(Monitor m)
PersistentRecorder
内の persist
m
- Monitor オブジェクトpublic void saveGroupMap(java.lang.String group, java.util.Collection types)
Recorder
内の saveGroupMap
PersistentRecorder
内の saveGroupMap
group
- トランザクショングループtypes
- 所属するトランザクション種別のコレクション
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |