[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: How to get the returned value from an intercepted method
kabir.khan@jboss.com
do-not-reply at jboss.com
Wed Mar 25 14:59:12 EDT 2009
public Object invoke(Invocation inv) throws Throwable
{
Integer i = (Integer)inv.invokeNext();
//Use i
return i;
}
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221070#4221070
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221070
More information about the jboss-dev-forums
mailing list