org.jboss.aop.joinpoint
Interface IConByConInfo

All Superinterfaces:
ICallerConstructorInfo, IJoinPointInfo
All Known Implementing Classes:
ConByConInfo

public interface IConByConInfo
extends ICallerConstructorInfo

Represents a call to a constructor made by a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Constructor getCalling()
          Gets the calling constructor
 
Methods inherited from interface org.jboss.aop.joinpoint.ICallerConstructorInfo
getCalledClass, getCallingClass, getConstructor
 
Methods inherited from interface org.jboss.aop.joinpoint.IJoinPointInfo
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCalling

Constructor getCalling()
Gets the calling constructor



Copyright © 2004 JBoss Inc. All Rights Reserved.