Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.engine.util » [javadoc | source]
org.apache.jmeter.engine.util
public class: CompoundVariable [javadoc | source]
java.lang.Object
   org.apache.jmeter.engine.util.CompoundVariable

All Implemented Interfaces:
    Function

CompoundFunction.
Constructor:
 public CompoundVariable() 
 public CompoundVariable(String parameters) 
Method from org.apache.jmeter.engine.util.CompoundVariable Summary:
clear,   execute,   execute,   getArgumentDesc,   getFunction,   getNamedFunction,   getRawParameters,   getReferenceKey,   hasFunction,   setParameters,   setParameters
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.engine.util.CompoundVariable Detail:
 public  void clear() 
 public String execute() 
 public String execute(SampleResult previousResult,
    Sampler currentSampler) 
 public List getArgumentDesc() 
 public CompoundVariable getFunction() 
 static Object getNamedFunction(String functionName) throws InvalidVariableException 
 public String getRawParameters() 
    Allows the retrieval of the original String prior to it being compiled.
 public String getReferenceKey() 
 public boolean hasFunction() 
 public  void setParameters(String parameters) throws InvalidVariableException 
 public  void setParameters(Collection parameters) throws InvalidVariableException