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
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.