[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

markodevelop2 do-not-reply at jboss.com
Mon Jan 15 04:27:11 EST 2007


Thank for your quick reply :)
I my case I'm using dynamic AOP and I don't know from the beginning the base class name. The only thing I know is the name of the derived class "C" and the name of a field (which might be defined in class "A"). (Of course you can say that I can find the name of the class extended by class "C" using reflection)
I can NOT use the pointdef with "instanceof" since I am NOT interested to watch fields modifications in ALL classes derived from "A", only modifications made in a particular class "C".
Can you please tell me if modifying the way ClassAdvisor is doing the comparation will solve my problem? Or should I be more patience and wait for the next release?


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

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



More information about the jboss-user mailing list