org.jboss.aop.joinpoint
Interface ConstructorCallByConstructor

All Superinterfaces:
ConstructorCall, JoinPointBean
All Known Implementing Classes:
ConByConInfo

public interface ConstructorCallByConstructor
extends ConstructorCall

Represents a call to a constructor made by a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Constructor<?> getCallingConstructor()
          Gets the calling constructor
 
Methods inherited from interface org.jboss.aop.joinpoint.ConstructorCall
getCalledClass, getCallingClass, getConstructor
 
Methods inherited from interface org.jboss.aop.joinpoint.JoinPointBean
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCallingConstructor

Constructor<?> getCallingConstructor()
Gets the calling constructor



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.