0 Replies Latest reply on Jul 12, 2009 9:35 AM by livnats

    Timer / scheduler

    livnats


      We have a project running on JBoss AS 5.
      We need a timer/scheduler for our application and we want to understand if the JBoss Scheduler can help us.
      We want to schedule a job to run a method in an instance, is it possible?
      It is important that it will be an instance (and not a Class) because the instance holds a state, and the state is being accessed by the method.

      thanks, Livnat