Class TimerTaskWrapper

java.lang.Object
java.util.TimerTask
org.serviceconnector.util.TimerTaskWrapper
All Implemented Interfaces:
Runnable

public class TimerTaskWrapper extends TimerTask
The Class TimerTaskWrapper. Wraps TimerTaks from JDK. Is used to time a process. TimerTaks times out and calls the target ITimerRun.
  • Constructor Details

    • TimerTaskWrapper

      public TimerTaskWrapper(ITimeout target)
      Instantiates a TimerTaskWrapper.
      Parameters:
      target - the target
  • Method Details