Uses of Class
org.jboss.aop.CallerMethodInfo

Packages that use CallerMethodInfo
org.jboss.aop   
 

Uses of CallerMethodInfo in org.jboss.aop
 

Methods in org.jboss.aop that return CallerMethodInfo
protected  CallerMethodInfo ClassAdvisor.initializeCallerInterceptorsMap(long callingMethodHash, String calledClass, long calledMethodHash, Method calledMethod)
           
protected  CallerMethodInfo ClassAdvisor.initializeConstructorCallerInterceptorsMap(int callingIndex, String calledClass, long calledMethodHash, Method calledMethod)
           
 CallerMethodInfo ClassAdvisor.resolveCallerMethodInfo(long callingMethodHash, String calledClass, long calledMethodHash)
           
 CallerMethodInfo ClassAdvisor.resolveConstructorCallerMethodInfo(int callingIndex, String calledClass, long calledMethodHash)
           
 

Methods in org.jboss.aop with parameters of type CallerMethodInfo
 Object ClassAdvisor.invokeCaller(long callingMethodHash, Object target, Object[] args, CallerMethodInfo info, Object callingObject)
           
 Object ClassAdvisor.invokeConstructorCaller(int callingIndex, Object target, Object[] args, CallerMethodInfo info)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.