public class MethodByMethodInfo extends CallerMethodInfo implements MethodCallByMethod
clazz, interceptors, joinpoint
Constructor and Description |
---|
MethodByMethodInfo(Advisor advisor,
Class<?> calledClass,
Method m,
Method callingMethod,
long callingMethodHash,
long calledMethodHash,
Interceptor[] in) |
Modifier and Type | Method and Description |
---|---|
JoinPointInfo |
copy() |
Method |
getCallingMethod()
Gets the method making the call
|
long |
getCallingMethodHash()
Gets the method hash of the method making the call
|
protected Joinpoint |
internalGetJoinpoint() |
String |
toString() |
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
clear, cloneChains, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, resetChainKeepInterceptors, resetInterceptors, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
public MethodByMethodInfo(Advisor advisor, Class<?> calledClass, Method m, Method callingMethod, long callingMethodHash, long calledMethodHash, Interceptor[] in)
protected Joinpoint internalGetJoinpoint()
internalGetJoinpoint
in class JoinPointInfo
public JoinPointInfo copy()
copy
in class JoinPointInfo
public long getCallingMethodHash()
MethodCallByMethod
getCallingMethodHash
in interface MethodCallByMethod
public Method getCallingMethod()
MethodCallByMethod
getCallingMethod
in interface MethodCallByMethod
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.