Uses of Class
org.jboss.aop.ConstructorInfo

Packages that use ConstructorInfo
org.jboss.aop   
org.jboss.aop.joinpoint   
org.jboss.aop.util   
 

Uses of ConstructorInfo in org.jboss.aop
 

Fields in org.jboss.aop declared as ConstructorInfo
protected  ConstructorInfo[] Advisor.constructorInfos
           
 

Methods in org.jboss.aop that return ConstructorInfo
 ConstructorInfo[] Advisor.getConstructorInfos()
          Returns the list of advised constructor execution joinpoints.
 

Methods in org.jboss.aop with parameters of type ConstructorInfo
protected  void GeneratedClassAdvisor.addConstructorInfo(ConstructorInfo ci, Collection<ConstructorInfo> constructorInfos)
          Called by initialiseConstructors() in generated advisor sub classes
protected  void GeneratedClassAdvisor.generateJoinPointClass(ConstructorInfo info)
           
protected  ConstructorJoinPointGenerator GeneratedClassAdvisor.getJoinPointGenerator(ConstructorInfo info)
           
 

Method parameters in org.jboss.aop with type arguments of type ConstructorInfo
protected  void GeneratedClassAdvisor.addConstructorInfo(ConstructorInfo ci, Collection<ConstructorInfo> constructorInfos)
          Called by initialiseConstructors() in generated advisor sub classes
protected  void GeneratedClassAdvisor.initialiseConstructors(Collection<ConstructorInfo> constructorInfos)
          Generated class advisor sub class will override
 

Uses of ConstructorInfo in org.jboss.aop.joinpoint
 

Constructors in org.jboss.aop.joinpoint with parameters of type ConstructorInfo
ConstructorInvocation(ConstructorInfo info, Interceptor[] interceptors)
           
 

Uses of ConstructorInfo in org.jboss.aop.util
 

Methods in org.jboss.aop.util with parameters of type ConstructorInfo
static boolean JoinPointComparator.hasSameConstructorAspectLength(ConstructorInfo[] myInfos, ConstructorInfo[] otherInfos)
           
static boolean JoinPointComparator.hasSameConstructorAspectLength(ConstructorInfo[] myInfos, ConstructorInfo[] otherInfos)
           
 



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