Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine
Class ClientJMeterEngine

java.lang.Object
  extended byorg.apache.jmeter.engine.ClientJMeterEngine
All Implemented Interfaces:
JMeterEngine, Runnable

public class ClientJMeterEngine
extends Object
implements JMeterEngine, Runnable

Version:
$Revision: 1.14 $ Updated on: $Date: 2004/02/12 23:59:01 $
Author:
unattributed

Constructor Summary
ClientJMeterEngine(RemoteJMeterEngine remote)
           
ClientJMeterEngine(String host)
           
 
Method Summary
 void configure(HashTree testTree)
           
 void exit()
           
protected  HashTree getTestTree()
           
 void reset()
           
 void run()
           
 void runTest()
           
 void setHost(String host)
           
 void stopTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientJMeterEngine

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

ClientJMeterEngine

public ClientJMeterEngine(RemoteJMeterEngine remote)
Method Detail

getTestTree

protected HashTree getTestTree()

configure

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

setHost

public void setHost(String host)
Specified by:
setHost in interface JMeterEngine

runTest

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

stopTest

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

reset

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

run

public void run()
Specified by:
run in interface Runnable

exit

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

Apache JMeter
2.0.1.20050615

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