org.jboss.aop
Class MethodByConInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
org.jboss.aop.MethodByConInfo
- All Implemented Interfaces:
- ICallerMethodInfo, IJoinPointInfo, IMethodByConInfo
public class MethodByConInfo
- extends CallerMethodInfo
- implements IMethodByConInfo
- Version:
- $Revision: 61148 $
- Author:
- Kabir Khan
Methods inherited from class org.jboss.aop.JoinPointInfo |
clear, cloneChains, equalChains, getAdvisor, getClazz, getInterceptorChain, getInterceptors, getJoinpoint, hasAdvices, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, setAdvisor, setInterceptorChain, setInterceptors |
MethodByConInfo
public MethodByConInfo(Advisor advisor,
Class calledClass,
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
public Constructor getCalling()
- Description copied from interface:
IMethodByConInfo
- Gets the constructor making the call
- Specified by:
getCalling
in interface IMethodByConInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.