Class ClientJMeterEngine
java.lang.Object
org.apache.jmeter.engine.ClientJMeterEngine
- All Implemented Interfaces:
JMeterEngine
Class to run remote tests from the client JMeter and collect remote samples
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientJMeterEngine
public ClientJMeterEngine(String host) throws MalformedURLException, NotBoundException, RemoteException
-
-
Method Details
-
configure
- Specified by:
configurein interfaceJMeterEngine
-
stopTest
public void stopTest(boolean now) - Specified by:
stopTestin interfaceJMeterEngine
-
reset
public void reset()- Specified by:
resetin interfaceJMeterEngine
-
runTest
- Specified by:
runTestin interfaceJMeterEngine- Throws:
JMeterEngineException
-
tidyRMI
public static void tidyRMI(Logger logger) Tidy up RMI access to allow JMeter client to exit. Currently just interrups the "RMI Reaper" thread.- Parameters:
logger- where to log the information
-
exit
public void exit()- Specified by:
exitin interfaceJMeterEngine
-
setProperties
- Specified by:
setPropertiesin interfaceJMeterEngine
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceJMeterEngine
-
getHost
-