Apache JMeter

org.apache.jmeter.report.engine
Interface ReportEngine

All Known Implementing Classes:
StandardReportEngine

public interface ReportEngine

ReportEngine is the base interface for report engines


Method Summary
 void configure(HashTree testPlan)
           
 void exit()
           
 void reset()
           
 void runReport()
           
 void stopReport()
           
 

Method Detail

configure

public void configure(HashTree testPlan)

runReport

public void runReport()
               throws JMeterEngineException
Throws:
JMeterEngineException

stopReport

public void stopReport()

reset

public void reset()

exit

public void exit()

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.