Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine
Interface JMeterEngine

All Known Implementing Classes:
ClientJMeterEngine, StandardJMeterEngine

public interface JMeterEngine

Version:
$Revision: 1.5 $ Last updated $Date: 2004/02/12 23:59:01 $
Author:
Michael Stover

Method Summary
 void configure(HashTree testPlan)
           
 void exit()
           
 void reset()
           
 void runTest()
           
 void setHost(String host)
           
 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()

setHost

public void setHost(String host)

exit

public void exit()

Apache JMeter
2.0.1.20050615

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