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, getWrappingMethod
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, getCallingClass, getConstructor
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
public 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 JoinPointInfo
public JoinPointInfo copy()
copy
in class JoinPointInfo
public long getCallingMethodHash()
ConstructorCallByMethod
getCallingMethodHash
in interface ConstructorCallByMethod
public Method getCallingMethod()
ConstructorCallByMethod
getCallingMethod
in interface ConstructorCallByMethod
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.