Apache JMeter
1.9

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.28 $
Author:
$Author: mstover1 $
See Also:
Serialized Form

Constructor Summary
StandardJMeterEngine()
           
StandardJMeterEngine(String host)
           
 
Method Summary
protected  void compileTree()
           
 void configure(org.apache.jorphan.collections.HashTree testTree)
           
protected  org.apache.jorphan.collections.HashTree getTestTree()
           
protected  void notifyTestListenersOfEnd()
           
protected  void notifyTestListenersOfStart()
           
 void reset()
           
 void run()
           
 void runTest()
           
 void setHost(String host)
           
protected  void setMode()
           
 void stopTest()
           
 void threadFinished(JMeterThread thread)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardJMeterEngine

public StandardJMeterEngine()

StandardJMeterEngine

public StandardJMeterEngine(String host)
Method Detail

configure

public void configure(org.apache.jorphan.collections.HashTree testTree)
Specified by:
configure in interface JMeterEngine

setHost

public void setHost(String host)
Specified by:
setHost in interface JMeterEngine

getTestTree

protected org.apache.jorphan.collections.HashTree getTestTree()

compileTree

protected void compileTree()

runTest

public void runTest()
             throws JMeterEngineException
Specified by:
runTest in interface JMeterEngine
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

run

public void run()
Specified by:
run in interface Runnable

Apache JMeter
1.9

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