Uses of Class
org.jboss.aop.MethodByMethodInfo

Packages that use MethodByMethodInfo
org.jboss.aop   
org.jboss.aop.joinpoint   
 

Uses of MethodByMethodInfo in org.jboss.aop
 

Methods in org.jboss.aop that return MethodByMethodInfo
protected  MethodByMethodInfo GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodByMethodInfo info)
          To be called by initialiseInfosForInstance() in the generated instance advisors
 MethodByMethodInfo ClassAdvisor.resolveCallerMethodInfo(long callingMethodHash, String calledClass, long calledMethodHash)
           
 

Methods in org.jboss.aop with parameters of type MethodByMethodInfo
protected  MethodByMethodInfo GeneratedClassAdvisor.copyInfoFromClassAdvisor(MethodByMethodInfo info)
          To be called by initialiseInfosForInstance() in the generated instance advisors
protected  void GeneratedClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodInfo info)
           
protected  void ClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodInfo info)
           
protected  void GeneratedClassAdvisor.generateJoinPointClass(MethodByMethodInfo info)
           
protected  MethodByMethodJoinPointGenerator GeneratedClassAdvisor.getJoinPointGenerator(MethodByMethodInfo info)
           
 Object ClassAdvisor.invokeCaller(MethodByMethodInfo info, Object callingObject, Object target, Object[] args)
           
 

Uses of MethodByMethodInfo in org.jboss.aop.joinpoint
 

Constructors in org.jboss.aop.joinpoint with parameters of type MethodByMethodInfo
MethodCalledByMethodInvocation(MethodByMethodInfo info, Object callingObject, Object targetObject, Interceptor[] interceptors)
           
MethodCalledByMethodInvocation(MethodByMethodInfo info, Object callingObject, Object targetObject, Object[] arguments, Interceptor[] interceptors)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.