org.jboss.aop.joinpoint
Interface MethodCallByMethod
- All Superinterfaces:
- JoinPointBean, MethodCall
- All Known Implementing Classes:
- MethodByMethodInfo
public interface MethodCallByMethod
- extends MethodCall
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.