Apache JMeter
1.9

org.apache.jmeter.threads
Class TestCompiler

java.lang.Object
  |
  +--org.apache.jmeter.threads.TestCompiler
All Implemented Interfaces:
org.apache.jorphan.collections.HashTreeTraverser, SampleListener

public class TestCompiler
extends Object
implements org.apache.jorphan.collections.HashTreeTraverser, SampleListener

Version:
$Revision: 1.31 $
Author:
unascribed

Nested Class Summary
static class TestCompiler.Test
           
 
Constructor Summary
TestCompiler(org.apache.jorphan.collections.HashTree testTree, JMeterVariables vars)
           
 
Method Summary
 void addNode(Object node, org.apache.jorphan.collections.HashTree subTree)
           
 SamplePackage configureSampler(Sampler sampler)
           
 void done(SamplePackage pack)
           
static void initialize()
           
 void processPath()
           
 void sampleOccurred(SampleEvent e)
          A sample has started and stopped.
 void sampleStarted(SampleEvent e)
          A sample has started.
 void sampleStopped(SampleEvent e)
          A sample has stopped.
 void subtractNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCompiler

public TestCompiler(org.apache.jorphan.collections.HashTree testTree,
                    JMeterVariables vars)
Method Detail

initialize

public static void initialize()

sampleOccurred

public void sampleOccurred(SampleEvent e)
Description copied from interface: SampleListener
A sample has started and stopped.

Specified by:
sampleOccurred in interface SampleListener

sampleStarted

public void sampleStarted(SampleEvent e)
Description copied from interface: SampleListener
A sample has started.

Specified by:
sampleStarted in interface SampleListener

sampleStopped

public void sampleStopped(SampleEvent e)
Description copied from interface: SampleListener
A sample has stopped.

Specified by:
sampleStopped in interface SampleListener

configureSampler

public SamplePackage configureSampler(Sampler sampler)

done

public void done(SamplePackage pack)

addNode

public void addNode(Object node,
                    org.apache.jorphan.collections.HashTree subTree)
Specified by:
addNode in interface org.apache.jorphan.collections.HashTreeTraverser

subtractNode

public void subtractNode()
Specified by:
subtractNode in interface org.apache.jorphan.collections.HashTreeTraverser

processPath

public void processPath()
Specified by:
processPath in interface org.apache.jorphan.collections.HashTreeTraverser

Apache JMeter
1.9

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