org.apache.jmeter.engine
Interface RemoteJMeterEngine
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemoteJMeterEngineImpl
- public interface RemoteJMeterEngine
- extends Remote
configure
public void configure(HashTree testTree,
String host)
throws RemoteException
- Throws:
RemoteException
runTest
public void runTest()
throws RemoteException,
JMeterEngineException
- Throws:
RemoteException
JMeterEngineException
stopTest
public void stopTest()
throws RemoteException
- Throws:
RemoteException
reset
public void reset()
throws RemoteException
- Throws:
RemoteException
setProperties
public void setProperties(Properties p)
throws RemoteException
- Throws:
RemoteException
exit
public void exit()
throws RemoteException
- Throws:
RemoteException
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.