[jboss-user] [JBoss AOP] - Re: ObjectInput

slv do-not-reply at jboss.com
Thu Jan 22 12:08:57 EST 2009


Thanks for the reply!
  I still have one question:
  Accord to this (http://www.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/examples/method-execution/methodexecution.html) I should be able to access the arguments and change them, but I cannot.
  anonymous wrote : 
  | When an AOP'ed method is called, JBoss will break up the method into its parts: a java.lang.reflect.Method object and an
  | 
  | Object[]
  | 
  | array representing the arguments of the method. These parts are encapsulated in an org.jboss.aop.joinpoint.Invocation object. SimpleInterceptor.java is a simple implementation of an interceptor. 
  | 

Any idea on how to do that?

Thanks so much,
  Silviu

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

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



More information about the jboss-user mailing list