org.jboss.aop.instrument
Class NonOptimizedConstructorExecutionTransformer

java.lang.Object
  extended by org.jboss.aop.instrument.ConstructorExecutionTransformer
      extended by org.jboss.aop.instrument.NonOptimizedConstructorExecutionTransformer

public class NonOptimizedConstructorExecutionTransformer
extends ConstructorExecutionTransformer

Comment

Version:
$Revision$
Author:
Kabir Khan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.aop.instrument.ConstructorExecutionTransformer
ConstructorExecutionTransformer.ConstructorTransformation
 
Field Summary
 
Fields inherited from class org.jboss.aop.instrument.ConstructorExecutionTransformer
codifier, CONSTRUCTOR_INFO_CLASS_NAME, CONSTRUCTOR_STATUS, instrumentor
 
Constructor Summary
NonOptimizedConstructorExecutionTransformer(Instrumentor instrumentor)
           
 
Method Summary
protected  void createWrapper(ConstructorExecutionTransformer.ConstructorTransformation trans)
           
 
Methods inherited from class org.jboss.aop.instrument.ConstructorExecutionTransformer
addConstructorInfoField, addConstructorInfoField, addInfoAsWeakReference, buildConstructorWrappers, codeConverted, constructorFactory, constructorInfoFromWeakReference, generateConstructorInfoField, getConstructorInfoFieldName, getInstrumentor, getWrapper, getWrapperMethod, initialiseWrapper, isAdvisableConstructor, isAnyConstructorAdvised, markInfoAsSynthetic, replaceConstructorAccess, setEmptyWrapperCode, setEmptyWrapperCodeLater, setTemporaryWrapperCode, transform, unwrap, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonOptimizedConstructorExecutionTransformer

public NonOptimizedConstructorExecutionTransformer(Instrumentor instrumentor)
Method Detail

createWrapper

protected void createWrapper(ConstructorExecutionTransformer.ConstructorTransformation trans)
                      throws javassist.CannotCompileException,
                             javassist.NotFoundException
Specified by:
createWrapper in class ConstructorExecutionTransformer
Throws:
javassist.CannotCompileException
javassist.NotFoundException


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