org.jboss.aop.joinpoint
Interface ICallerConstructorInfo

All Superinterfaces:
IJoinPointInfo
All Known Subinterfaces:
IConByConInfo, IConByMethodInfo
All Known Implementing Classes:
CallerConstructorInfo, ConByConInfo, ConByMethodInfo

public interface ICallerConstructorInfo
extends IJoinPointInfo

Represents calls made to a constructor by either a method or a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Class getCalledClass()
          Gets the class being called
 Class getCallingClass()
          Gets the class making the call
 Constructor getConstructor()
          Gets the constructor being called
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getConstructor

Constructor getConstructor()
Gets the constructor being called


getCallingClass

Class getCallingClass()
Gets the class making the call


getCalledClass

Class getCalledClass()
Gets the class being called



Copyright © 2004 JBoss Inc. All Rights Reserved.