org.apache.jmeter.report.engine
Class StandardReportEngine
java.lang.Object
org.apache.jmeter.report.engine.StandardReportEngine
- All Implemented Interfaces:
- ReportEngine, Runnable, Serializable
- public class StandardReportEngine
- extends Object
- implements Runnable, Serializable, ReportEngine
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardReportEngine
public StandardReportEngine()
run
public void run()
- Specified by:
run in interface Runnable
configure
public void configure(HashTree testPlan)
- Specified by:
configure in interface ReportEngine
runReport
public void runReport()
throws JMeterEngineException
- Specified by:
runReport in interface ReportEngine
- Throws:
JMeterEngineException
stopReport
public void stopReport()
- Specified by:
stopReport in interface ReportEngine
reset
public void reset()
- Specified by:
reset in interface ReportEngine
exit
public void exit()
- Specified by:
exit in interface ReportEngine
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.