org.jboss.aop.joinpoint
Interface ICallerMethodInfo

All Superinterfaces:
IJoinPointInfo
All Known Subinterfaces:
IMethodByConInfo, IMethodByMethodInfo
All Known Implementing Classes:
CallerMethodInfo, MethodByConInfo, MethodByMethodInfo

public interface ICallerMethodInfo
extends IJoinPointInfo

Represents calls made to a method or a constructor by either a method or a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Class getCalledClass()
          Gets the class containing the method being called
 long getCalledMethodHash()
          Gets the method hash of the method being called
 Class getCallingClass()
          Gets the class containing the method/constructor making the call
 Method getMethod()
          Gets the method being called
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCallingClass

Class getCallingClass()
Gets the class containing the method/constructor making the call


getCalledClass

Class getCalledClass()
Gets the class containing the method being called


getMethod

Method getMethod()
Gets the method being called


getCalledMethodHash

long getCalledMethodHash()
Gets the method hash of the method being called



Copyright © 2004 JBoss Inc. All Rights Reserved.