Apache JMeter
2.0.1.20050615

org.apache.jmeter.timers
Interface Timer

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConstantThroughputTimer, ConstantTimer, RandomTimer

public interface Timer
extends Serializable

This interface defines those methods that must be implemented by timer plugins.

Version:
$Id: Timer.java,v 1.5 2004/02/13 02:40:55 sebb Exp $
Author:
Stefano Mazzocchi, Scott Eade

Method Summary
 long delay()
          This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again.
 

Method Detail

delay

public long delay()
This method is called after a sampling process is done to know how much time the sampling thread has to wait until sampling again.

Returns:
the computed delay value.

Apache JMeter
2.0.1.20050615

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