org.jboss.aop
Class MethodByMethodInfo
java.lang.Object
org.jboss.aop.JoinPointInfo
org.jboss.aop.CallerMethodInfo
org.jboss.aop.MethodByMethodInfo
- All Implemented Interfaces:
- JoinPointBean, MethodCall, MethodCallByMethod
public class MethodByMethodInfo
- extends CallerMethodInfo
- implements MethodCallByMethod
- Version:
- $Revision: 70842 $
- 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 |
MethodByMethodInfo
public MethodByMethodInfo(Advisor advisor,
Class<?> calledClass,
Method m,
Method callingMethod,
long callingMethodHash,
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
getCallingMethodHash
public long getCallingMethodHash()
- Description copied from interface:
MethodCallByMethod
- Gets the method hash of the method making the call
- Specified by:
getCallingMethodHash
in interface MethodCallByMethod
getCallingMethod
public Method getCallingMethod()
- Description copied from interface:
MethodCallByMethod
- Gets the method making the call
- Specified by:
getCallingMethod
in interface MethodCallByMethod
Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.