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

Interceptors

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-beta-1
    • 3.0-beta-1
    • ejb3 simplified
    • None

    Description

      Implement an interceptor chain

      chain of methods finally delegating to bean business method or lifecycle callback.

      Details:

      • stateless in nature.
      • lifecycle same as bean
      • apply to specific methods or all methods.
      • constrained by same contract as the bean.
      • shares same environment as bean.
      • called after transaction and security checks.
      • may rely on dependency injection.

      Declared on a bean as:
      @Interceptors({
      org.acme.SuperLogger.class,
      org.acme.AuthorizationCheck.class,
      })

      Attachments

        Activity

          People

            Unassigned Unassigned
            dblevins David Blevins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: