public class MethodByConInfo extends CallerMethodInfo implements MethodCallByConstructor
clazz, interceptors, joinpoint
Constructor and Description |
---|
MethodByConInfo(Advisor advisor,
Class<?> calledClass,
Class<?> callingClass,
int callingIndex,
Method m,
long calledMethodHash,
Interceptor[] in) |
Modifier and Type | Method and Description |
---|---|
JoinPointInfo |
copy() |
Constructor<?> |
getCalling()
Deprecated.
|
Constructor<?> |
getCallingConstructor()
Gets the constructor making the call
|
int |
getCallingIndex() |
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 MethodByConInfo(Advisor advisor, Class<?> calledClass, Class<?> callingClass, int callingIndex, Method m, long calledMethodHash, Interceptor[] in)
protected Joinpoint internalGetJoinpoint()
internalGetJoinpoint
in class JoinPointInfo
public JoinPointInfo copy()
copy
in class JoinPointInfo
public int getCallingIndex()
@Deprecated public Constructor<?> getCalling()
public Constructor<?> getCallingConstructor()
MethodCallByConstructor
getCallingConstructor
in interface MethodCallByConstructor
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.