[jboss-user] [JBoss AOP] - Re: Interceptor class - Identification of Call or Execution

ykrishnaprasad do-not-reply at jboss.com
Thu Jan 4 18:55:24 EST 2007


Is there a common ancestor to just these 4 invocations that i can check to determine if its a caller pointcut or not?

Or do i have to write the code like:

if(invocation instance of MethodCalledByMethodInvocation | invocation instance of MethodCalledByConstructor | instance of ConstructorCalledByMethod | instance of  ConstructorCalledByConstructor){
}

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

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



More information about the jboss-user mailing list