Apache JMeter
2.1.1

org.apache.jmeter.control
Interface ReplaceableController

All 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.

Version:
$Revision: 1.5.2.1 $
Author:
Thad Smith
See Also:
AbstractAction

Method Summary
 HashTree getReplacementSubTree()
          Used to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.
 

Method Detail

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, AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)

Apache JMeter
2.1.1

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