org.jboss.aop
Class MethodByConInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
org.jboss.aop.MethodByConInfo
- All Implemented Interfaces:
- JoinPointBean, MethodCall, MethodCallByConstructor
public class MethodByConInfo
- extends CallerMethodInfo
- implements MethodCallByConstructor
- Version:
- $Revision: 77240 $
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdviceString, getAdvisor, getClazz, getInterceptorChain, getInterceptorChainReadWriteLock, getInterceptors, getJoinpoint, hasAdvices, resetChainKeepInterceptors, resetInterceptors, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptors |
MethodByConInfo
public MethodByConInfo(Advisor advisor,
Class<?> calledClass,
Class<?> callingClass,
int callingIndex,
Method m,
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
getCallingIndex
public int getCallingIndex()
getCalling
@Deprecated
public Constructor<?> getCalling()
- Deprecated.
getCallingConstructor
public Constructor<?> getCallingConstructor()
- Description copied from interface:
MethodCallByConstructor
- Gets the constructor making the call
- Specified by:
getCallingConstructor
in interface MethodCallByConstructor
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.