test.jp.co.scs.mbench.stub
クラス StubBenchmarkManagerComponent2

java.lang.Object
  上位を拡張 jp.co.scs.mbench.component.BenchmarkSupport
      上位を拡張 test.jp.co.scs.mbench.stub.StubBenchmarkManagerComponent2
すべての実装されたインタフェース:
Benchmark

public class StubBenchmarkManagerComponent2
extends BenchmarkSupport

The stub for testing BenchmarkManager. This stub can sleep for specified time.

作成者:
Tetsuro Ikeda

コンストラクタの概要
StubBenchmarkManagerComponent2()
           
 
メソッドの概要
 java.lang.String[] execute()
          ベンチマーク処理を行う。
static void setSleepComponentID(int id)
           
static void setSleepRepeatNumber(int number)
           
static void setSleepTime(long time)
           
 
クラス jp.co.scs.mbench.component.BenchmarkSupport から継承されたメソッド
clean, getBenchmarkName, getOptionLabels, init, setBenchmarkName, setOptionLabels
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

StubBenchmarkManagerComponent2

public StubBenchmarkManagerComponent2()
メソッドの詳細

setSleepTime

public static void setSleepTime(long time)

setSleepComponentID

public static void setSleepComponentID(int id)

setSleepRepeatNumber

public static void setSleepRepeatNumber(int number)

execute

public java.lang.String[] execute()
クラス BenchmarkSupport の記述:
ベンチマーク処理を行う。BenchmarkSupportではこのメソッドは 空実装となっている.戻り値としてnullを返す.

定義:
インタフェース Benchmark 内の execute
オーバーライド:
クラス BenchmarkSupport 内の execute
戻り値:
処理時の情報