test.jp.co.scs.mbench.stub
クラス StubBenchmarkManagerComponent3
java.lang.Object
jp.co.scs.mbench.component.BenchmarkSupport
test.jp.co.scs.mbench.stub.StubBenchmarkManagerComponent3
- すべての実装されたインタフェース:
- Benchmark
public class StubBenchmarkManagerComponent3
- extends BenchmarkSupport
The stub for testing BenchmarkManager.
This stub throws BenchmarkTerminateException.
- 作成者:
- Tetsuro Ikeda
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubBenchmarkManagerComponent3
public StubBenchmarkManagerComponent3()
setTerminateComponentID
public static void setTerminateComponentID(int id)
setTerminateRepeatNumber
public static void setTerminateRepeatNumber(int number)
execute
public java.lang.String[] execute()
throws BenchmarkTerminateException
- クラス
BenchmarkSupport
の記述:
- ベンチマーク処理を行う。BenchmarkSupportではこのメソッドは
空実装となっている.戻り値としてnullを返す.
- 定義:
- インタフェース
Benchmark
内の execute
- オーバーライド:
- クラス
BenchmarkSupport
内の execute
- 戻り値:
- 処理時の情報
- 例外:
BenchmarkTerminateException