org.apache.jmeter.engine

Class ConvertListeners

Implemented Interfaces:
HashTreeTraverser

public class ConvertListeners
extends Object
implements HashTreeTraverser

Converts the Remoteable Test and Sample Listeners in the test tree by wrapping them with RemoteSampleListeners so that the samples are returned to the client. N.B. Does not handle ThreadListeners.

Method Summary

void
addNode(Object node, HashTree subTree)
void
processPath()
void
subtractNode()

Method Details

addNode

public void addNode(Object node,
                    HashTree subTree)
Specified by:
addNode in interface HashTreeTraverser

processPath

public void processPath()
Specified by:
processPath in interface HashTreeTraverser

subtractNode

public void subtractNode()
Specified by:
subtractNode in interface HashTreeTraverser

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