org.jboss.aop
Class ConByMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerConstructorInfo
org.jboss.aop.ConByMethodInfo
- All Implemented Interfaces:
- ICallerConstructorInfo, IConByMethodInfo, IJoinPointInfo
public class ConByMethodInfo
- extends CallerConstructorInfo
- implements IConByMethodInfo
- 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 |
ConByMethodInfo
public ConByMethodInfo(Advisor advisor,
Class calledClass,
long callingMethodHash,
Constructor c,
long calledConHash,
Method wrappingMethod,
Interceptor[] in)
- Create a new ConByMethodJoinPont.
- Parameters:
c
- in
-
ConByMethodInfo
protected ConByMethodInfo(ConByMethodInfo other)
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
getCallingMethodHash
public long getCallingMethodHash()
- Description copied from interface:
IConByMethodInfo
- Gets the method hash of the calling method
- Specified by:
getCallingMethodHash
in interface IConByMethodInfo
getCallingMethod
public Method getCallingMethod()
- Description copied from interface:
IConByMethodInfo
- Gets the method making the call
- Specified by:
getCallingMethod
in interface IConByMethodInfo
Copyright © 2004 JBoss Inc. All Rights Reserved.