[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

flavia.rainone@jboss.com do-not-reply at jboss.com
Tue Dec 26 17:50:16 EST 2006


Exactly. JBoss AOP instruments the classes in load time,  matching pointcut expressions and associating the classes to advisors, if you are using load time weaving mode.

So, once the class has been loaded by the JVM, you know the pointcut matching has already occurred for that class. All loaded instrumented classes (whose one or more join points is matched by one or more pointcut) are associated to an Advisor.

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

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



More information about the jboss-user mailing list