Package org.apache.jmeter.engine
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:
configure
in interfaceJMeterEngine
-
stopTest
public void stopTest(boolean now) - Specified by:
stopTest
in interfaceJMeterEngine
-
reset
public void reset()- Specified by:
reset
in interfaceJMeterEngine
-
runTest
- Specified by:
runTest
in 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:
exit
in interfaceJMeterEngine
-
setProperties
- Specified by:
setProperties
in interfaceJMeterEngine
-
isActive
public boolean isActive()- Specified by:
isActive
in interfaceJMeterEngine
-
getHost
-