Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-1346

Improve @AccessTimeout annotation processing

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.7.0
    • 4.7.0
    • deployment
    • None

    Description

      @AccessTimeout annotations need to be processed and handled in the same way as @Lock annotations. Take the following as an example:

      @AccessTimeout(value = 1)
      class Foo {
      public void foo();
      }

      @AccessTimeout(value = 2)
      class Bar extends Foo {
      public void bar();
      }

      In this example the inherited method foo() in Bar should have access timeout of 1 ms.

      Attachments

        Activity

          People

            gawor@mcs.anl.gov Jarek Gawor
            gawor@mcs.anl.gov Jarek Gawor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: