Apache JMeter
2.0.1.20050615

org.apache.jmeter.engine.event
Class LoopIterationEvent

java.lang.Object
  extended byorg.apache.jmeter.engine.event.LoopIterationEvent

public class LoopIterationEvent
extends Object

An iteration event provides information about the iteration number and the source of the event.


Constructor Summary
LoopIterationEvent(TestElement source, int iter)
           
 
Method Summary
 int getIteration()
          Returns the iteration.
 TestElement getSource()
          Returns the source.
 void setIteration(int iteration)
          Sets the iteration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopIterationEvent

public LoopIterationEvent(TestElement source,
                          int iter)
Method Detail

getIteration

public int getIteration()
Returns the iteration.

Returns:
int

getSource

public TestElement getSource()
Returns the source.

Returns:
TestElement

setIteration

public void setIteration(int iteration)
Sets the iteration.

Parameters:
iteration - The iteration to set

Apache JMeter
2.0.1.20050615

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