Class BSFTimer

All Implemented Interfaces:
Serializable, Cloneable, Searchable, TestBean, org.apache.jmeter.testelement.TestElement, Timer

public class BSFTimer extends BSFTestElement implements Cloneable, Timer, TestBean
See Also:
  • Constructor Details

    • BSFTimer

      public BSFTimer()
  • Method Details

    • 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.
      Specified by:
      delay in interface Timer
      Returns:
      the computed delay value.
    • clone

      public Object clone()
      Specified by:
      clone in interface org.apache.jmeter.testelement.TestElement
      Overrides:
      clone in class AbstractTestElement