You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2007/03/15 22:00:40 UTC

[jira] Updated: (OPENEJB-79) Interceptors

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

David Blevins updated OPENEJB-79:
---------------------------------

    Assignee: David Blevins
     Summary: Interceptors  (was: Interceptor classes and chain)

> Interceptors
> ------------
>
>                 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
>         Assigned To: 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.
-
You can reply to this email to add a comment to the issue online.