|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.scs.mbench.BenchmarkInfo
public class BenchmarkInfo
Bean for the benchmark component
コンストラクタの概要 | |
---|---|
BenchmarkInfo()
|
メソッドの概要 | |
---|---|
long |
getBenchmarkEndTime()
Gets the benchmark end time. |
long |
getBenchmarkStartTime()
Gets the benchmark start time. |
java.lang.String |
getClassName()
gets the FQCN of the benchmark component. |
java.lang.String |
getName()
gets the benchmark component name |
int |
getRepeatNumber()
gets the repeat number for each container. |
int |
getThreadNumber()
Gets the threads number. |
int |
getTransactionNumber()
Gets the transaction number of all benchmark |
void |
setBenchmarkEndTime(long benchmarkEndTime)
Sets the benchmark end time. |
void |
setBenchmarkStartTime(long benchmarkStartTime)
Sets the benchmark start time. |
void |
setClassName(java.lang.String className)
sets the FQCN of the benchmark component. |
void |
setName(java.lang.String benchmarkName)
sets the bechmark component name |
void |
setRepeatNumber(int repeatNumber)
sets the repeat number for each container. |
void |
setThreadNumber(int threadNumber)
Sets the threads number. |
void |
setTransactionNumber(int transactionNumber)
Sets the transaction number of all benchmark |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BenchmarkInfo()
メソッドの詳細 |
---|
public java.lang.String getName()
public void setName(java.lang.String benchmarkName)
benchmarkName
- component namepublic java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- FQCN of the benchmark component.public int getRepeatNumber()
public void setRepeatNumber(int repeatNumber)
repeatNumber
- repeat numberpublic int getThreadNumber()
public void setThreadNumber(int threadNumber)
threadNumber
- threads numberpublic int getTransactionNumber()
public void setTransactionNumber(int transactionNumber)
transactionNumber
- transaction number of all benchmarkpublic long getBenchmarkStartTime()
public void setBenchmarkStartTime(long benchmarkStartTime)
benchmarkStartTime
- benchmark start timepublic long getBenchmarkEndTime()
public void setBenchmarkEndTime(long benchmarkEndTime)
benchmarkEndTime
- benchmark end time
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |