Class Timer

All Implemented Interfaces:
Described, Named, Completable, StopTimer, TestActionContainer, TestAction, TestActorAware

public class Timer extends AbstractActionContainer implements StopTimer
Since:
2.5
  • Field Details

  • Constructor Details

  • Method Details

    • doExecute

      public void doExecute(TestContext context)
      Description copied from class: AbstractTestAction
      Subclasses may add custom execution logic here.
      Specified by:
      doExecute in class AbstractTestAction
    • getTimerId

      public String getTimerId()
    • stopTimer

      public void stopTimer()
      Specified by:
      stopTimer in interface StopTimer
    • getInterval

      public long getInterval()
    • getDelay

      public long getDelay()
    • getRepeatCount

      public int getRepeatCount()
    • isFork

      public boolean isFork()