org.jboss.aop.joinpoint
Interface IMethodByConInfo

All Superinterfaces:
ICallerMethodInfo, IJoinPointInfo
All Known Implementing Classes:
MethodByConInfo

public interface IMethodByConInfo
extends ICallerMethodInfo

Represents a method being called by a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Constructor getCalling()
          Gets the constructor making the call
 
Methods inherited from interface org.jboss.aop.joinpoint.ICallerMethodInfo
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCalling

Constructor getCalling()
Gets the constructor making the call



Copyright © 2004 JBoss Inc. All Rights Reserved.