Apache JMeter

org.apache.jmeter.engine
Interface JMeterEngine

All Known Implementing Classes:
ClientJMeterEngine, StandardJMeterEngine

public interface JMeterEngine


Method Summary
 void configure(HashTree testPlan)
           
 void exit()
           
 void reset()
           
 void runTest()
           
 void setProperties(Properties p)
           
 void stopTest()
           
 

Method Detail

configure

public void configure(HashTree testPlan)

runTest

public void runTest()
             throws JMeterEngineException
Throws:
JMeterEngineException

stopTest

public void stopTest()

reset

public void reset()

setProperties

public void setProperties(Properties p)

exit

public void exit()

Apache JMeter

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