Apache JMeter
2.0.1.20050615

org.apache.jmeter.control
Interface ReplaceableController

All Known Implementing Classes:
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.4 $
Author:
Thad Smith
See Also:
AbstractAction

Method Summary
 TestElement getReplacement()
          Returns the TestElement that should replace the current ReplaceableCoroller.
 void replace(HashTree tree)
          Used to replace the test execution tree (usually by adding the subelements of the TestElement that is replacing the ReplaceableController.
 

Method Detail

getReplacement

public TestElement getReplacement()
Returns the TestElement that should replace the current ReplaceableCoroller.

Returns:
TestElement
See Also:
TestElement

replace

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

Parameters:
tree - - The current HashTree to be executed.
See Also:
HashTree, AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)

Apache JMeter
2.0.1.20050615

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