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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...