org.jboss.aop.joinpoint
Interface ConstructorCall

All Superinterfaces:
JoinPointBean
All Known Subinterfaces:
ConstructorCallByConstructor, ConstructorCallByMethod
All Known Implementing Classes:
CallerConstructorInfo, ConByConInfo, ConByMethodInfo

public interface ConstructorCall
extends JoinPointBean

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.JoinPointBean
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 © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.