org.jboss.aop.instrument
Class OptimizedConstructionTransformer

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

public class OptimizedConstructionTransformer
extends ConstructionTransformer

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.instrument.ConstructionTransformer
instrumentor
 
Constructor Summary
OptimizedConstructionTransformer(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

OptimizedConstructionTransformer

public OptimizedConstructionTransformer(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.