Apache JMeter
1.9

org.apache.jmeter.engine
Interface JMeterEngine

All Known Implementing Classes:
ClientJMeterEngine, StandardJMeterEngine

public interface JMeterEngine

Version:
$Revision: 1.4 $
Author:
Michael Stover

Method Summary
 void configure(org.apache.jorphan.collections.HashTree testPlan)
           
 void reset()
           
 void runTest()
           
 void setHost(String host)
           
 void stopTest()
           
 

Method Detail

configure

public void configure(org.apache.jorphan.collections.HashTree testPlan)

runTest

public void runTest()
             throws JMeterEngineException
JMeterEngineException

stopTest

public void stopTest()

reset

public void reset()

setHost

public void setHost(String host)

Apache JMeter
1.9

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