0 Replies Latest reply on Aug 2, 2006 9:50 AM by bsturzoiu

    startup class - TimedObject

    bsturzoiu

      Hi there

      I have a web application that have implemented a scheduler using TimedObject

      I want when application server is started, to recreate all the schedulers defined in my application (that are saved in datbase: name, number of execution, interval of time, etc)

      why i need this: suppose the app server is stoped for a period of time, and some scheduler should be executed in this interval:
      I want when app server is started to re-scheduler these schedulers to be executed at a proper time (not imediatly when app server start).

      Any ideeea?
      Thank you