JBoss AOP Parent POM 2.2.2.GA

org.jboss.aop.joinpoint
Interface MethodCallByConstructor

All Superinterfaces:
JoinPointBean, MethodCall
All Known Implementing Classes:
MethodByConInfo

public interface MethodCallByConstructor
extends MethodCall

Represents a method being called by a constructor

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Method Summary
 Constructor<?> getCallingConstructor()
          Gets the constructor making the call
 
Methods inherited from interface org.jboss.aop.joinpoint.MethodCall
getCalledClass, getCalledMethodHash, getCallingClass, getMethod
 
Methods inherited from interface org.jboss.aop.joinpoint.JoinPointBean
getAdvisor, getClazz, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData
 

Method Detail

getCallingConstructor

Constructor<?> getCallingConstructor()
Gets the constructor making the call


JBoss AOP Parent POM 2.2.2.GA

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