You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/01/10 21:48:27 UTC

[jira] Assigned: (OPENEJB-79) Interceptor classes and chain

     [ https://issues.apache.org/jira/browse/OPENEJB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom reassigned OPENEJB-79:
-------------------------------------

    Assignee:     (was: Dain Sundstrom)

Code to execute the interceptors exits but needs to be wired into the container.

> Interceptor classes and chain
> -----------------------------
>
>                 Key: OPENEJB-79
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-79
>             Project: OpenEJB
>          Issue Type: New Feature
>          Components: ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>             Fix For: 3.0
>
>
> 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,
> })

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira