org.jboss.aop
Class MethodByMethodInfo

java.lang.Object
  extended by org.jboss.aop.JoinPointInfo
      extended by org.jboss.aop.CallerMethodInfo
          extended by org.jboss.aop.MethodByMethodInfo
All Implemented Interfaces:
JoinPointBean, MethodCall, MethodCallByMethod

public class MethodByMethodInfo
extends CallerMethodInfo
implements MethodCallByMethod

Version:
$Revision: 70842 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.JoinPointInfo
clazz, interceptors, joinpoint
 
Constructor Summary
MethodByMethodInfo(Advisor advisor, Class<?> calledClass, Method m, Method callingMethod, long callingMethodHash, long calledMethodHash, Interceptor[] in)
           
 
Method Summary
 JoinPointInfo copy()
           
 Method getCallingMethod()
          Gets the method making the call
 long getCallingMethodHash()
          Gets the method hash of the method making the call
protected  Joinpoint internalGetJoinpoint()
           
 String toString()
           
 
Methods inherited from class org.jboss.aop.CallerMethodInfo
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.aop.joinpoint.MethodCall
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
Methods inherited from interface org.jboss.aop.joinpoint.JoinPointBean
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Constructor Detail

MethodByMethodInfo

public MethodByMethodInfo(Advisor advisor,
                          Class<?> calledClass,
                          Method m,
                          Method callingMethod,
                          long callingMethodHash,
                          long calledMethodHash,
                          Interceptor[] in)
Method Detail

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.