com.sun.faban.harness.engine
Class BenchmarkWrapper

java.lang.Object
  extended by com.sun.faban.harness.engine.BenchmarkWrapper
Direct Known Subclasses:
AnnotationBenchmarkWrapper, InterfaceBenchmarkWrapper

public abstract class BenchmarkWrapper
extends Object

This is a wrapper which checks if the benchmark class is annotation based or interface based.

Author:
Sheetal Patil, Sun Microsystems.

Constructor Summary
BenchmarkWrapper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkWrapper

public BenchmarkWrapper()