Uses of Class
org.jboss.aop.CallerConstructorInfo

Packages that use CallerConstructorInfo
org.jboss.aop   
org.jboss.aop.instrument   
 

Uses of CallerConstructorInfo in org.jboss.aop
 

Subclasses of CallerConstructorInfo in org.jboss.aop
 class ConByConInfo
           
 class ConByMethodInfo
           
 

Methods in org.jboss.aop with parameters of type CallerConstructorInfo
 Object ClassAdvisor.invokeConCalledByCon(int callingIndex, Object[] args, CallerConstructorInfo info)
          Deprecated.  
 Object ClassAdvisor.invokeConCalledByCon(int callingIndex, Object callingObject, Object[] args, CallerConstructorInfo info)
          Deprecated.  
 Object ClassAdvisor.invokeConCalledByMethod(long callingMethodHash, Object[] args, CallerConstructorInfo info, Object callingObject)
          Deprecated.  
 

Constructors in org.jboss.aop with parameters of type CallerConstructorInfo
CallerConstructorInfo(CallerConstructorInfo other)
           
 

Uses of CallerConstructorInfo in org.jboss.aop.instrument
 

Methods in org.jboss.aop.instrument with parameters of type CallerConstructorInfo
protected  void JoinPointGenerator.overrideDispatchMethods(javassist.CtClass superClass, javassist.CtClass clazz, CallerConstructorInfo cinfo)
          For ConByXXXX, If target constructor is execution advised, replace it with a call to the constructor wrapper
 



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