3 Replies Latest reply on Jun 20, 2003 5:33 AM by tvik

    Timer: howto?

      EJB specification mentions a method to do timer functionalities by javax.ejb.TimedObject interface and javax.ejb.TimerService, however, JBoss doesn't contain them.

      What should I use in JBoss (3.2.1) instead of them and how?

      (I want to remove EJB-s after a certain period of time as timeout.)