|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.functions.AbstractFunction
org.apache.jmeter.functions.IntSum
public class IntSum
Provides an intSum function that adds two or more integer values.
LongSum
Constructor Summary | |
---|---|
IntSum()
No-arg constructor. |
Method Summary | |
---|---|
java.lang.String |
execute(SampleResult previousResult,
Sampler currentSampler)
Execute the function. |
java.util.List |
getArgumentDesc()
Get the description of this function. |
java.lang.String |
getReferenceKey()
Get the invocation key for this function. |
void |
setParameters(java.util.Collection parameters)
Set the parameters for the function. |
Methods inherited from class org.apache.jmeter.functions.AbstractFunction |
---|
checkMinParameterCount, checkParameterCount, checkParameterCount, execute, getVariables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntSum()
Method Detail |
---|
public java.lang.String execute(SampleResult previousResult, Sampler currentSampler) throws InvalidVariableException
execute
in interface Function
execute
in class AbstractFunction
InvalidVariableException
Function.execute(SampleResult, Sampler)
public void setParameters(java.util.Collection parameters) throws InvalidVariableException
setParameters
in interface Function
setParameters
in class AbstractFunction
InvalidVariableException
Function.setParameters(Collection)
public java.lang.String getReferenceKey()
getReferenceKey
in interface Function
getReferenceKey
in class AbstractFunction
Function.getReferenceKey()
public java.util.List getArgumentDesc()
Function.getArgumentDesc()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |