Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3281

javax.management.timer.Timer should perform fixed-delay periodic execution by default

XMLWordPrintable

      The implementation of javax.management.timer.Timer does not match the javadoc: -

      http://java.sun.com/j2ee/1.4/docs/api/javax/management/timer/Timer.html

      By default the timer should be using fixed-delay execution, our implementation is defaulting to fixed-rate execution.

      In addition to this to use fixed-rate execution you should use the method addNotification(String, String, Object, Date, long, long, boolean), however we have not implemented this method and we just throw a RuntimeException if it is invoked.

            dandread1@redhat.com Dimitrios Andreadis
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: