|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.gui.TransactionRecord
MonitorFactory
入れ子クラスの概要 | |
static class |
TransactionRecord.Lap
ラップタイムの記録です. |
コンストラクタの概要 | |
protected |
TransactionRecord(java.lang.String id,
java.util.Date start,
java.util.Date stop,
java.lang.String type)
|
メソッドの概要 | |
void |
addLap(TransactionRecord.Lap lap)
|
java.util.List |
getAllLaps()
ラップ情報を返します. |
java.lang.String |
getId()
トランザクション ID を返します. |
long |
getProcessingTime()
処理時間を返します. |
java.util.Date |
getStart()
開始時刻を返します. |
java.util.Date |
getStop()
終了時刻を返します. |
java.lang.String |
getType()
トランザクション種別を返します. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
protected TransactionRecord(java.lang.String id, java.util.Date start, java.util.Date stop, java.lang.String type)
メソッドの詳細 |
public void addLap(TransactionRecord.Lap lap)
public java.lang.String getId()
public java.lang.String getType()
public java.util.Date getStart()
public java.util.Date getStop()
public long getProcessingTime()
public java.util.List getAllLaps()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |