Apache JMeter

org.apache.jmeter.functions
Class LongSum

java.lang.Object
  extended byorg.apache.jmeter.functions.AbstractFunction
      extended byorg.apache.jmeter.functions.LongSum
All Implemented Interfaces:
Function, Serializable

public class LongSum
extends AbstractFunction
implements Serializable

Provides a longSum function that adds two or more long values.

See Also:
IntSum, Serialized Form

Constructor Summary
LongSum()
          No-arg constructor.
 
Method Summary
 Object clone()
          Clone this Add object.
 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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongSum

public LongSum()
No-arg constructor.

Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Clone this Add object.

Returns:
A new Add object.
Throws:
CloneNotSupportedException

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.

Specified by:
getArgumentDesc in interface Function
See Also:
Function.getArgumentDesc()

Apache JMeter

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