public class ConByMethodInfo extends CallerConstructorInfo implements ConstructorCallByMethod
clazz, interceptors, joinpoint| Modifier | Constructor and Description |
|---|---|
|
ConByMethodInfo(Advisor advisor,
Class<?> calledClass,
Method callingMethod,
long callingMethodHash,
Constructor<?> c,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
Create a new ConByMethodJoinPont.
|
protected |
ConByMethodInfo(ConByMethodInfo other) |
| Modifier and Type | Method and Description |
|---|---|
JoinPointInfo |
copy() |
Method |
getCallingMethod()
Gets the method making the call
|
long |
getCallingMethodHash()
Gets the method hash of the calling method
|
protected Joinpoint |
internalGetJoinpoint() |
String |
toString() |
getCalledClass, getCalledConHash, getCallingClass, getConstructor, getWrappingMethodclear, cloneChains, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, resetChainKeepInterceptors, resetInterceptors, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCalledClass, getCallingClass, getConstructorgetAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaDatapublic ConByMethodInfo(Advisor advisor, Class<?> calledClass, Method callingMethod, long callingMethodHash, Constructor<?> c, long calledConHash, Method wrappingMethod, Interceptor[] in)
c - in - protected ConByMethodInfo(ConByMethodInfo other)
protected Joinpoint internalGetJoinpoint()
internalGetJoinpoint in class JoinPointInfopublic JoinPointInfo copy()
copy in class JoinPointInfopublic long getCallingMethodHash()
ConstructorCallByMethodgetCallingMethodHash in interface ConstructorCallByMethodpublic Method getCallingMethod()
ConstructorCallByMethodgetCallingMethod in interface ConstructorCallByMethodCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.