Class ProcessEngineTestRule.InterruptTask

java.lang.Object
java.util.TimerTask
org.operaton.bpm.engine.test.util.ProcessEngineTestRule.InterruptTask
All Implemented Interfaces:
Runnable
Enclosing class:
ProcessEngineTestRule

protected static class ProcessEngineTestRule.InterruptTask extends TimerTask
  • Field Details

    • timeLimitExceeded

      protected boolean timeLimitExceeded
    • thread

      protected Thread thread
  • Constructor Details

    • InterruptTask

      public InterruptTask(Thread thread)
  • Method Details

    • isTimeLimitExceeded

      public boolean isTimeLimitExceeded()
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Specified by:
      run in class TimerTask