|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.MonitorFactory
MonitorFactory は Monitor を管理します. MonitorFactory はシングルトンオブジェクトですが、その インスタンスに直接アクセスする必要はなく、間接的に利用するための静的メソッドを提供しています.
Monitor
メソッドの概要 | |
static Monitor |
getMonitor(java.lang.Object id)
モニタを取得する. |
static Monitor |
getMonitor(java.lang.Object id,
java.lang.Object type)
モニタを取得する. |
static void |
initialize()
初期化する. |
static void |
poolMonitor(Monitor m)
トランザクション記録オブジェクトを再利用します. |
protected static void |
stopMonitoring(Monitor m)
モニタリングを終了します. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static void initialize()
public static Monitor getMonitor(java.lang.Object id)
id
- モニタ ID
public static Monitor getMonitor(java.lang.Object id, java.lang.Object type)
id
- モニタ IDtype
- トランザクション種別
protected static void stopMonitoring(Monitor m)
m
- モニタリングを終了するモニタpublic static void poolMonitor(Monitor m)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |