org.apache.jmeter.engine

Class StandardJMeterEngine

Implemented Interfaces:
JMeterEngine, JMeterThreadMonitor, Runnable

public class StandardJMeterEngine
extends Object
implements JMeterEngine, JMeterThreadMonitor, Runnable

Constructor Summary

StandardJMeterEngine()
StandardJMeterEngine(String host)

Method Summary

void
askThreadsToStop()
void
configure(HashTree testTree)
void
exit()
static void
register(TestListener tl)
void
reset()
void
run()
void
runTest()
void
setProperties(Properties p)
static void
stopEngine()
static void
stopEngineNow()
void
stopTest()
void
stopTest(boolean b)
static boolean
stopThread(String threadName)
static boolean
stopThreadNow(String threadName)
void
threadFinished(JMeterThread thread)

Constructor Details

StandardJMeterEngine

public StandardJMeterEngine()

StandardJMeterEngine

public StandardJMeterEngine(String host)

Method Details

askThreadsToStop

public void askThreadsToStop()

configure

public void configure(HashTree testTree)
Specified by:
configure in interface JMeterEngine

exit

public void exit()
Specified by:
exit in interface JMeterEngine

register

public static void register(TestListener tl)

reset

public void reset()
Specified by:
reset in interface JMeterEngine

run

public void run()

runTest

public void runTest()
            throws JMeterEngineException
Specified by:
runTest in interface JMeterEngine

setProperties

public void setProperties(Properties p)
Specified by:
setProperties in interface JMeterEngine

stopEngine

public static void stopEngine()

stopEngineNow

public static void stopEngineNow()

stopTest

public void stopTest()
Specified by:
stopTest in interface JMeterEngine

stopTest

public void stopTest(boolean b)

stopThread

public static boolean stopThread(String threadName)

stopThreadNow

public static boolean stopThreadNow(String threadName)

threadFinished

public void threadFinished(JMeterThread thread)
Specified by:
threadFinished in interface JMeterThreadMonitor

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.