Class JSR223Timer

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

public class JSR223Timer extends JSR223TestElement implements Cloneable, Timer, TestBean
See Also:
  • Constructor Details

    • JSR223Timer

      public JSR223Timer()
  • 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