org.jboss.aop.joinpoint
Interface IMethodInfo

All Superinterfaces:
IJoinPointInfo
All Known Implementing Classes:
MethodInfo

public interface IMethodInfo
extends IJoinPointInfo

Represents a method call with an execution pointcut

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Method getAdvisedMethod()
          Gets the method being called
 long getHash()
          Gets the hash of the method being called
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getAdvisedMethod

Method getAdvisedMethod()
Gets the method being called


getHash

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



Copyright © 2004 JBoss Inc. All Rights Reserved.