|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a controller that gets replaced during the compilation phase of test execution in an arbitrary way.
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 |
public TestElement getReplacement()
TestElement
public void replace(HashTree tree)
tree
- - The current HashTree to be executed.HashTree
,
AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |