Package org.apache.jmeter.engine
Interface RemoteJMeterEngine
-
- All Superinterfaces:
Remote
- All Known Implementing Classes:
RemoteJMeterEngineImpl
public interface RemoteJMeterEngine extends Remote
This is the interface for the RMI server engine, i.e.RemoteJMeterEngineImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrconfigure(HashTree testTree, String host, File jmxBase, String scriptName)voidrexit()voidrreset()voidrrunTest()voidrsetProperties(Properties p)voidrstopTest(boolean now)
-
-
-
Method Detail
-
rconfigure
void rconfigure(HashTree testTree, String host, File jmxBase, String scriptName) throws RemoteException
- Throws:
RemoteException
-
rrunTest
void rrunTest() throws RemoteException, JMeterEngineException- Throws:
RemoteExceptionJMeterEngineException
-
rstopTest
void rstopTest(boolean now) throws RemoteException- Throws:
RemoteException
-
rreset
void rreset() throws RemoteException- Throws:
RemoteException
-
rsetProperties
void rsetProperties(Properties p) throws RemoteException
- Throws:
RemoteException
-
rexit
void rexit() throws RemoteException- Throws:
RemoteException
-
-