Class StandardJMeterEngine
java.lang.Object
org.apache.jmeter.engine.StandardJMeterEngine
- All Implemented Interfaces:
Runnable, JMeterEngine
Runs JMeter tests, either directly for local GUI and non-GUI invocations,
or started by
RemoteJMeterEngineImpl when running in server mode.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StandardJMeterEngine
public StandardJMeterEngine() -
StandardJMeterEngine
-
-
Method Details
-
stopEngineNow
public static void stopEngineNow() -
stopEngine
public static void stopEngine() -
register
-
stopThread
-
stopThreadNow
-
configure
- Specified by:
configurein interfaceJMeterEngine
-
runTest
- Specified by:
runTestin interfaceJMeterEngine- Throws:
JMeterEngineException
-
reset
public void reset()- Specified by:
resetin interfaceJMeterEngine
-
stopTest
public void stopTest() -
stopTest
public void stopTest(boolean now) - Specified by:
stopTestin interfaceJMeterEngine
-
run
-
askThreadsToStop
public void askThreadsToStop() -
exit
public void exit()- Specified by:
exitin interfaceJMeterEngine
-
setProperties
- Specified by:
setPropertiesin interfaceJMeterEngine
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceJMeterEngine
-