| Apache JMeter | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.jmeter.functions.AbstractFunctionorg.apache.jmeter.functions.Randompublic class Randomextends AbstractFunctionConstructor Summary | |
| |
Method Summary | |
String |
|
List |
|
String |
|
void |
|
Methods inherited from class org.apache.jmeter.functions.AbstractFunction | |
checkMinParameterCount, checkParameterCount, checkParameterCount, execute, execute, getReferenceKey, getVariables, setParameters | |
public String execute(SampleResult previousResult, Sampler currentSampler) throws InvalidVariableException
Execute the function.
- Overrides:
- execute in interface AbstractFunction
public List getArgumentDesc()
Get the description of this function.
- Specified by:
- getArgumentDesc in interface Function
- See Also:
Function.getArgumentDesc()
public String getReferenceKey()
Get the invocation key for this function.
- Specified by:
- getReferenceKey in interface Function
- Overrides:
- getReferenceKey in interface AbstractFunction
- See Also:
Function.getReferenceKey()
public void setParameters(Collection parameters)
throws InvalidVariableExceptionSet the parameters for the function.
- Specified by:
- setParameters in interface Function
- Overrides:
- setParameters in interface AbstractFunction
- See Also:
Function.setParameters(Collection)