org.apache.jmeter.engine
Class ClientJMeterEngine
java.lang.Object
|
+--org.apache.jmeter.engine.ClientJMeterEngine
- All Implemented Interfaces:
- JMeterEngine, Runnable
- public class ClientJMeterEngine
- extends Object
- implements JMeterEngine, Runnable
- Version:
- $Revision: 1.9 $
- Author:
- $Author: jeremy_a $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientJMeterEngine
public ClientJMeterEngine(String host)
throws MalformedURLException,
NotBoundException,
RemoteException
ClientJMeterEngine
public ClientJMeterEngine(RemoteJMeterEngine remote)
getTestTree
protected org.apache.jorphan.collections.HashTree getTestTree()
configure
public void configure(org.apache.jorphan.collections.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
Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.