Class BeanShellTimer

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

public class BeanShellTimer extends BeanShellTestElement implements Cloneable, Timer, TestBean
See Also:
  • Constructor Details

    • BeanShellTimer

      public BeanShellTimer()
  • Method Details

    • getInitFileProperty

      protected String getInitFileProperty()
      Specified by:
      getInitFileProperty in class BeanShellTestElement
    • 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 BeanShellTestElement