Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jmeter.engine
Interface JMeterEngine  view JMeterEngine download JMeterEngine.java

All Known Implementing Classes:
ClientJMeterEngine, StandardJMeterEngine

public interface JMeterEngine

Version:
$Revision: 1.6 $ Last updated $Date: 2005/07/12 20:50:36 $

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

Method Detail

configure

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

runTest

public void runTest()
             throws JMeterEngineException

stopTest

public void stopTest()

reset

public void reset()

setHost

public void setHost(java.lang.String host)

exit

public void exit()