3 Replies Latest reply on May 15, 2008 5:34 AM by pascal.verdage

    find timer methods in job session used ?

    tom.baeyens

      i see that in pvm, the following methods are not used except for the tests.

      are they still necessary ?


      /** @return the next timer that will fire or null if none */
       public Timer findNextTimer();
      
       /** @return all the timers */
       public List<Timer> findAllTimers();
      
       /** @return all the timers scheduled on a given execution */
       public List<Timer> findTimers(Execution execution);