org.jboss.aop
Class MethodByMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
org.jboss.aop.MethodByMethodInfo
public class MethodByMethodInfo
- extends CallerMethodInfo
- Version:
- $Revision: 44253 $
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, equalChains, getAdvisor, getFactories, getFactoryChain, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, initialiseInterceptors, setAdvisor, setFactories, setFactoryChain, setInterceptorChain, setInterceptors |
MethodByMethodInfo
public MethodByMethodInfo(Advisor advisor,
Class calledClass,
Method m,
long callingMethodHash,
long calledMethodHash,
Interceptor[] in)
internalGetJoinpoint
protected Joinpoint internalGetJoinpoint()
- Specified by:
internalGetJoinpoint
in class JoinPointInfo
copy
public JoinPointInfo copy()
- Specified by:
copy
in class JoinPointInfo
toString
public String toString()
- Overrides:
toString
in class Object
getCallingMethodHash
public long getCallingMethodHash()
getCallingMethod
public Method getCallingMethod()
Copyright © 2004 JBoss Inc. All Rights Reserved.