org.jboss.aop.joinpoint
Interface IMethodByMethodInfo

All Superinterfaces:
ICallerMethodInfo, IJoinPointInfo
All Known Implementing Classes:
MethodByMethodInfo

public interface IMethodByMethodInfo
extends ICallerMethodInfo

Represents a method being called by a method

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Method getCallingMethod()
          Gets the method making the call
 long getCallingMethodHash()
          Gets the method hash of the method making the call
 
Methods inherited from interface org.jboss.aop.joinpoint.ICallerMethodInfo
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCallingMethodHash

long getCallingMethodHash()
Gets the method hash of the method making the call


getCallingMethod

Method getCallingMethod()
Gets the method making the call



Copyright © 2004 JBoss Inc. All Rights Reserved.