aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods" Watch "EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods" New topic
Author

EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods

Lee Kian Giap
Ranch Hand

Joined: Jan 23, 2008
Posts: 210
Confuse for the explanation of EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods

My understanding is as follows: (numbered is the order of invocation)




so the order is like this (1) --> (2a) --> (2b) --> (3a) --> (3b)



Please correct me if I was wrong , really confuse.

Thanks in advance !!!


SCJP 6, SCWCD 5, SCBCD 5
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: EJB Core spec 12.3.1 Multiple Business Method Interceptor Methods
 
Similar Threads
Business method interceptor methods (AroundInvoke methods) invocation order
EJB 3.0 Interceptors
multiple AroundInvoke
Interceptors - more than 1 @AroundInvoke - Multiple @Interceptors declared for a class/method?
question about interceptor methods invocation order