org.jboss.aop.joinpoint
Interface IConByMethodInfo
- All Superinterfaces:
- ICallerConstructorInfo, IJoinPointInfo
- All Known Implementing Classes:
- ConByMethodInfo
public interface IConByMethodInfo
- extends ICallerConstructorInfo
Represents a call to a constructor made by a method
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
getCallingMethodHash
long getCallingMethodHash()
- Gets the method hash of the calling method
getCallingMethod
Method getCallingMethod()
- Gets the method making the call
Copyright © 2004 JBoss Inc. All Rights Reserved.