org.jboss.aop
Class MethodByMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
org.jboss.aop.MethodByMethodInfo
- All Implemented Interfaces:
- ICallerMethodInfo, IJoinPointInfo, IMethodByMethodInfo
public class MethodByMethodInfo
- extends CallerMethodInfo
- implements IMethodByMethodInfo
- Version:
- $Revision: 61148 $
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, 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()
- Description copied from interface:
IMethodByMethodInfo
- Gets the method hash of the method making the call
- Specified by:
getCallingMethodHash
in interface IMethodByMethodInfo
getCallingMethod
public Method getCallingMethod()
- Description copied from interface:
IMethodByMethodInfo
- Gets the method making the call
- Specified by:
getCallingMethod
in interface IMethodByMethodInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.