|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.threads.TestCompiler
Nested Class Summary | |
static class |
TestCompiler.Test
|
Constructor Summary | |
TestCompiler(HashTree testTree,
JMeterVariables vars)
|
Method Summary | |
void |
addNode(Object node,
HashTree subTree)
The tree traverses itself depth-first, calling addNode for each object it encounters as it goes. |
SamplePackage |
configureSampler(Sampler sampler)
|
void |
done(SamplePackage pack)
|
static void |
initialize()
Clears the pairing Set Called by StandardJmeterEngine at the start of a test run. |
void |
processPath()
Process path is called when a leaf is reached. |
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()
Indicates traversal has moved up a step, and the visitor should remove the top node from its stack structure. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCompiler(HashTree testTree, JMeterVariables vars)
Method Detail |
public static void initialize()
public void sampleOccurred(SampleEvent e)
SampleListener
sampleOccurred
in interface SampleListener
public void sampleStarted(SampleEvent e)
SampleListener
sampleStarted
in interface SampleListener
public void sampleStopped(SampleEvent e)
SampleListener
sampleStopped
in interface SampleListener
public SamplePackage configureSampler(Sampler sampler)
public void done(SamplePackage pack)
public void addNode(Object node, HashTree subTree)
HashTreeTraverser
addNode
in interface HashTreeTraverser
node
- the node currently encounteredsubTree
- the HashTree under the node encounteredpublic void subtractNode()
HashTreeTraverser
subtractNode
in interface HashTreeTraverser
public void processPath()
HashTreeTraverser
HashTreeTraverser.subtractNode()
call. This is a callback
method, and should not be called except by a HashTree during traversal.
processPath
in interface HashTreeTraverser
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |