org.jboss.aop.instrument
Class OptimizedConstructorInvocations
java.lang.Object
org.jboss.aop.instrument.OptimizedInvocations
org.jboss.aop.instrument.OptimizedBehaviourInvocations
org.jboss.aop.instrument.OptimizedConstructorInvocations
public class OptimizedConstructorInvocations
- extends OptimizedBehaviourInvocations
Comment
- Version:
- $Revision$
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptimizedConstructorInvocations
public OptimizedConstructorInvocations()
getOptimizedInvocationClassName
protected static String getOptimizedInvocationClassName(javassist.CtClass declaringClazz,
int constructorIndex)
- Returns the name of the optimized Invocation class.
- Parameters:
declaringClazz
- the class that contains the constructor.constructorIndex
- the index of the constructor.
- Returns:
- the name of the optimized Invocation class.
createOptimizedInvocationClass
protected static String createOptimizedInvocationClass(Instrumentor instrumentor,
javassist.CtClass clazz,
javassist.CtConstructor con,
int index)
throws javassist.NotFoundException,
javassist.CannotCompileException
- Throws:
javassist.NotFoundException
javassist.CannotCompileException
Copyright © 2004 JBoss Inc. All Rights Reserved.