org.jboss.aop.instrument
Class NonOptimizedConstructionTransformer

java.lang.Object
  extended by org.jboss.aop.instrument.ConstructionTransformer
      extended by org.jboss.aop.instrument.NonOptimizedConstructionTransformer

public class NonOptimizedConstructionTransformer
extends ConstructionTransformer

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.instrument.ConstructionTransformer
instrumentor
 
Constructor Summary
NonOptimizedConstructionTransformer(Instrumentor instrumentor)
           
 
Method Summary
protected  void insertInterception(javassist.CtConstructor constructor, int index)
           
 
Methods inherited from class org.jboss.aop.instrument.ConstructionTransformer
addConstructionInfoField, addConstructionInfoField, addInfoAsWeakReference, constructionInfoFromWeakReference, generateConstructionInfoField, generateNotMatchedConstructionInfoField, getConstructionInfoFieldName, insertConstructionInterception, isAdvisableConstructor, markInfoAsSynthetic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonOptimizedConstructionTransformer

public NonOptimizedConstructionTransformer(Instrumentor instrumentor)
Method Detail

insertInterception

protected void insertInterception(javassist.CtConstructor constructor,
                                  int index)
                           throws Exception
Specified by:
insertInterception in class ConstructionTransformer
Throws:
Exception


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