org.apache.jmeter.engine

Interface JMeterEngine

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 Details

configure

public void configure(HashTree testPlan)

exit

public void exit()

reset

public void reset()

runTest

public void runTest()
            throws JMeterEngineException

setProperties

public void setProperties(Properties p)

stopTest

public void stopTest()

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