org.apache.jmeter.control

Interface ReplaceableController

Known Implementing Classes:
IncludeController, ModuleController

public interface ReplaceableController

This interface represents a controller that gets replaced during the compilation phase of test execution in an arbitrary way.

Method Summary

HashTree
getReplacementSubTree()
Used to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.
void
resolveReplacementSubTree(JMeterTreeNode context)
Compute the replacement tree.

Method Details

getReplacementSubTree

public HashTree getReplacementSubTree()
Used to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.
See Also:
HashTree

resolveReplacementSubTree

public void resolveReplacementSubTree(JMeterTreeNode context)
Compute the replacement tree.
Parameters:
context -

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