Apache JMeter

org.apache.jmeter.engine
Class ClientJMeterEngine

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

public class ClientJMeterEngine
extends java.lang.Object
implements JMeterEngine, java.lang.Runnable

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


Constructor Summary
ClientJMeterEngine(java.lang.String host)
           
 
Method Summary
 void configure(HashTree testTree)
           
 void exit()
           
 void reset()
           
 void run()
           
 void runTest()
           
 void setProperties(java.util.Properties p)
           
 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(java.lang.String host)
                   throws java.net.MalformedURLException,
                          java.rmi.NotBoundException,
                          java.rmi.RemoteException
Throws:
java.net.MalformedURLException
java.rmi.NotBoundException
java.rmi.RemoteException
Method Detail

configure

public void configure(HashTree testTree)
Specified by:
configure 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 java.lang.Runnable

exit

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

setProperties

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

Apache JMeter

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