Package org.apache.jmeter.engine
Interface RemoteJMeterEngine
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemoteJMeterEngineImpl
This is the interface for the RMI server engine, i.e. 
RemoteJMeterEngineImpl- 
Method Summary
- 
Method Details- 
rconfigurevoid rconfigure(HashTree testTree, String host, File jmxBase, String scriptName) throws RemoteException - Throws:
- RemoteException
 
- 
rrunTest- Throws:
- RemoteException
- JMeterEngineException
 
- 
rstopTest- Throws:
- RemoteException
 
- 
rreset- Throws:
- RemoteException
 
- 
rsetProperties- Throws:
- RemoteException
 
- 
rexit- Throws:
- RemoteException
 
 
-