org.apache.jmeter.engine

Class ClientJMeterEngine

Implemented Interfaces:
JMeterEngine, Runnable

public class ClientJMeterEngine
extends Object
implements JMeterEngine, Runnable

Class to run remote tests from the client JMeter and collect remote samples

Constructor Summary

ClientJMeterEngine(String host)

Method Summary

void
configure(HashTree testTree)
void
exit()
void
reset()
void
run()
void
runTest()
void
setProperties(Properties p)
void
stopTest()

Constructor Details

ClientJMeterEngine

public ClientJMeterEngine(String host)
            throws MalformedURLException,
                   NotBoundException,
                   RemoteException

Method Details

configure

public void configure(HashTree testTree)
Specified by:
configure in interface JMeterEngine

exit

public void exit()
Specified by:
exit in interface JMeterEngine

reset

public void reset()
Specified by:
reset in interface JMeterEngine

run

public void run()

runTest

public void runTest()
Specified by:
runTest in interface JMeterEngine

setProperties

public void setProperties(Properties p)
Specified by:
setProperties in interface JMeterEngine

stopTest

public void stopTest()
Specified by:
stopTest in interface JMeterEngine

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