org.jboss.aop.joinpoint
Interface MethodCall

All Superinterfaces:
JoinPointBean
All Known Subinterfaces:
MethodCallByConstructor, MethodCallByMethod
All Known Implementing Classes:
CallerMethodInfo, MethodByConInfo, MethodByMethodInfo

public interface MethodCall
extends JoinPointBean

Represents calls made to a method 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.JoinPointBean
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 © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.