org.apache.jmeter.engine
Class StandardJMeterEngine
java.lang.Object
org.apache.jmeter.engine.StandardJMeterEngine
- All Implemented Interfaces:
- JMeterEngine, JMeterThreadMonitor, Runnable, Serializable
- public class StandardJMeterEngine
- extends Object
- implements JMeterEngine, JMeterThreadMonitor, Runnable, Serializable
- Version:
- $Revision: 1.43.2.8 $ Updated on: $Date: 2004/10/12 23:45:21 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardJMeterEngine
public StandardJMeterEngine()
StandardJMeterEngine
public StandardJMeterEngine(String host)
stopEngineNow
public static void stopEngineNow()
stopEngine
public static void stopEngine()
stopThread
public static boolean stopThread(String threadName)
stopThreadNow
public static boolean stopThreadNow(String threadName)
register
public static void register(TestListener tl)
configure
public void configure(HashTree testTree)
- Specified by:
configure in interface JMeterEngine
setHost
public void setHost(String host)
- Specified by:
setHost in interface JMeterEngine
getTestTree
protected HashTree getTestTree()
compileTree
protected void compileTree()
runTest
public void runTest()
throws JMeterEngineException
- Specified by:
runTest in interface JMeterEngine
- Throws:
JMeterEngineException
setMode
protected void setMode()
notifyTestListenersOfStart
protected void notifyTestListenersOfStart()
notifyTestListenersOfEnd
protected void notifyTestListenersOfEnd()
reset
public void reset()
- Specified by:
reset in interface JMeterEngine
threadFinished
public void threadFinished(JMeterThread thread)
- Specified by:
threadFinished in interface JMeterThreadMonitor
stopTest
public void stopTest()
- Specified by:
stopTest in interface JMeterEngine
stopTest
public void stopTest(boolean b)
askThreadsToStop
public void askThreadsToStop()
run
public void run()
- Specified by:
run in interface Runnable
exit
public void exit()
- Specified by:
exit in interface JMeterEngine
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.