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

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

public class StubBenchmarkContainer3
extends BenchmarkSupport

This stub emulates the error of BenchmarkTerminateException.

作成者:
Tetsuro Ikeda

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

フィールドの詳細

ABORT_NUMBER

public static final int ABORT_NUMBER
関連項目:
定数フィールド値
コンストラクタの詳細

StubBenchmarkContainer3

public StubBenchmarkContainer3()
メソッドの詳細

execute

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

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