Apache JMeter

org.apache.jmeter.functions
Class IntSum

java.lang.Object
  extended byorg.apache.jmeter.functions.AbstractFunction
      extended byorg.apache.jmeter.functions.IntSum
All Implemented Interfaces:
Function

public class IntSum
extends AbstractFunction

Provides an intSum function that adds two or more integer values.

See Also:
LongSum

Constructor Summary
IntSum()
          No-arg constructor.
 
Method Summary
 String execute(SampleResult previousResult, Sampler currentSampler)
          Execute the function.
 List getArgumentDesc()
          Get the description of this function.
 String getReferenceKey()
          Get the invocation key for this function.
 void setParameters(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

IntSum

public IntSum()
No-arg constructor.

Method Detail

execute

public String execute(SampleResult previousResult,
                      Sampler currentSampler)
               throws InvalidVariableException
Execute the function.

Specified by:
execute in interface Function
Specified by:
execute in class AbstractFunction
Throws:
InvalidVariableException
See Also:
Function.execute(SampleResult, Sampler)

setParameters

public void setParameters(Collection parameters)
                   throws InvalidVariableException
Set the parameters for the function.

Specified by:
setParameters in interface Function
Specified by:
setParameters in class AbstractFunction
Throws:
InvalidVariableException
See Also:
Function.setParameters(Collection)

getReferenceKey

public String getReferenceKey()
Get the invocation key for this function.

Specified by:
getReferenceKey in interface Function
Specified by:
getReferenceKey in class AbstractFunction
See Also:
Function.getReferenceKey()

getArgumentDesc

public List getArgumentDesc()
Get the description of this function.

See Also:
Function.getArgumentDesc()

Apache JMeter

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