Uses of Class
org.jboss.aop.MethodByMethodJoinPoint

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

Uses of MethodByMethodJoinPoint in org.jboss.aop
 

Methods in org.jboss.aop that return MethodByMethodJoinPoint
 MethodByMethodJoinPoint ClassAdvisor.resolveCallerMethodInfo(long callingMethodHash, String calledClass, long calledMethodHash)
           
 

Methods in org.jboss.aop with parameters of type MethodByMethodJoinPoint
protected  void GeneratedClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodJoinPoint info)
           
protected  MethodByMethodJoinPointGenerator GeneratedClassAdvisor.getJoinPointGenerator(MethodByMethodJoinPoint info)
           
protected  void ClassAdvisor.finalizeMethodCalledByMethodInterceptorChain(MethodByMethodJoinPoint info)
           
 Object ClassAdvisor.invokeCaller(MethodByMethodJoinPoint info, Object callingObject, Object target, Object[] args)
           
 

Uses of MethodByMethodJoinPoint in org.jboss.aop.joinpoint
 

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



Copyright © 2004 JBoss Inc. All Rights Reserved.