Hi,
I'm new to JBoss AOP and I'm struck in mid of development. I want to intercept a
call in a method and I need the object returned by the call to be used in Interceptor.
Basically I'm trying to use JAMON to monitor tha application and want to intercept
these calls with JBoss AOP.
public void methodX() {
....
...................
IEntity entiti = EntityFactory.getEntiy(msg);
}
I want to intercept the above call and pass the entiti object to the Interceptor which has
to be passed to JAmon API.
Can any one please guide me how to write the pointcut for this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030754#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...