[jboss-user] [JBoss AOP] - How to avoid intercepting recursive calls

system.out do-not-reply at jboss.com
Fri Jun 8 00:02:58 EDT 2007


I have a class with some methods to be intercepted:

methodOne()
methodTwo()
methodThree()

I want to intercept any external calls to these 3 methods, i.e. If methodOne is calling the methodTwo(), that would be internal call and methodTwo shouldn't be intercepted.

Is it possible?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052374#4052374

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052374



More information about the jboss-user mailing list