org.jboss.aop.instrument
Class GeneratedAdvisorConstructionTransformer
java.lang.Object
org.jboss.aop.instrument.ConstructionTransformer
org.jboss.aop.instrument.GeneratedAdvisorConstructionTransformer
public class GeneratedAdvisorConstructionTransformer
- extends ConstructionTransformer
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratedAdvisorConstructionTransformer
public GeneratedAdvisorConstructionTransformer(Instrumentor instrumentor)
generateConstructionInfoField
protected void generateConstructionInfoField(javassist.CtConstructor constructor,
int index)
throws javassist.NotFoundException,
javassist.CannotCompileException
- Overrides:
generateConstructionInfoField
in class ConstructionTransformer
- Throws:
javassist.NotFoundException
javassist.CannotCompileException
generateNotMatchedConstructionInfoField
protected void generateNotMatchedConstructionInfoField(javassist.CtConstructor constructor,
int index)
throws javassist.NotFoundException,
javassist.CannotCompileException
- Overrides:
generateNotMatchedConstructionInfoField
in class ConstructionTransformer
- Throws:
javassist.NotFoundException
javassist.CannotCompileException
addInfoAsWeakReference
protected boolean addInfoAsWeakReference()
- Overrides:
addInfoAsWeakReference
in class ConstructionTransformer
markInfoAsSynthetic
protected boolean markInfoAsSynthetic()
- Overrides:
markInfoAsSynthetic
in class ConstructionTransformer
constructionFactory
public static String constructionFactory(String className)
insertInterception
protected void insertInterception(javassist.CtConstructor constructor,
int index)
throws Exception
- Specified by:
insertInterception
in class ConstructionTransformer
- Throws:
Exception
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.