Issue Details (XML | Word | Printable)

Key: OPENEJB-79
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Interceptors

Created: 05/Feb/06 06:54 PM   Updated: 12/Aug/07 08:10 PM  Due: 25/Sep/06
Return to search
Component/s: ejb3 simplified
Affects Version/s: 3.0-beta-1
Fix Version/s: 3.0-beta-1

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Resolution Date: 12/Aug/07 08:10 PM

Sub-Tasks  All   Open   

 Description  « Hide
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,
})


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.