org.jboss.aop.instrument
Class ConstructionJoinPointGenerator

java.lang.Object
  extended by org.jboss.aop.instrument.JoinPointGenerator
      extended by org.jboss.aop.instrument.ConstructionJoinPointGenerator

public class ConstructionJoinPointGenerator
extends JoinPointGenerator

Version:
$Revision$
Author:
Kabir Khan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.aop.instrument.JoinPointGenerator
JoinPointGenerator.AdviceSetup
 
Field Summary
static String GENERATOR_PREFIX
           
static String JOINPOINT_CLASS_PREFIX
           
static String JOINPOINT_FIELD_PREFIX
           
 
Fields inherited from class org.jboss.aop.instrument.JoinPointGenerator
advisor, DISPATCH, GENERATE_JOINPOINT_CLASS, GENERATED_CLASS_ADVISOR, info, INFO_FIELD, INVOKE_JOINPOINT, joinpointClassName, joinpointFieldName, TARGET_FIELD
 
Constructor Summary
ConstructionJoinPointGenerator(GeneratedClassAdvisor advisor, JoinPointInfo info)
           
 
Method Summary
protected static javassist.CtClass createJoinpointBaseClass(GeneratedAdvisorInstrumentor instrumentor, javassist.CtClass advisedClass, javassist.CtConstructor advisedCtor, String ciname, int index)
           
protected  AdviceMethodProperties getAdviceMethodProperties(JoinPointGenerator.AdviceSetup setup)
           
protected static String getInfoFieldName(String className, int index)
           
protected  String getInfoName()
           
protected  String getJoinPointGeneratorFieldName()
           
protected static String getJoinPointGeneratorFieldName(String className, int index)
           
protected  Class getReturnType()
           
protected  boolean hasTargetObject()
           
protected  void initialiseJoinPointNames()
           
protected  boolean isVoid()
           
 
Methods inherited from class org.jboss.aop.instrument.JoinPointGenerator
addUntransformableInterface, addUntransformableInterface, appendAroundCallString, generateJoinPointClass, hasCallingObject, isCaller, overrideDispatchMethods, overrideDispatchMethods, rebindJoinpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENERATOR_PREFIX

public static final String GENERATOR_PREFIX
See Also:
Constant Field Values

JOINPOINT_CLASS_PREFIX

public static final String JOINPOINT_CLASS_PREFIX
See Also:
Constant Field Values

JOINPOINT_FIELD_PREFIX

public static final String JOINPOINT_FIELD_PREFIX
See Also:
Constant Field Values
Constructor Detail

ConstructionJoinPointGenerator

public ConstructionJoinPointGenerator(GeneratedClassAdvisor advisor,
                                      JoinPointInfo info)
Method Detail

initialiseJoinPointNames

protected void initialiseJoinPointNames()
Specified by:
initialiseJoinPointNames in class JoinPointGenerator

isVoid

protected boolean isVoid()
Specified by:
isVoid in class JoinPointGenerator

getReturnType

protected Class getReturnType()
Specified by:
getReturnType in class JoinPointGenerator

getAdviceMethodProperties

protected AdviceMethodProperties getAdviceMethodProperties(JoinPointGenerator.AdviceSetup setup)
Specified by:
getAdviceMethodProperties in class JoinPointGenerator

hasTargetObject

protected boolean hasTargetObject()
Specified by:
hasTargetObject in class JoinPointGenerator

getInfoName

protected String getInfoName()

createJoinpointBaseClass

protected static javassist.CtClass createJoinpointBaseClass(GeneratedAdvisorInstrumentor instrumentor,
                                                            javassist.CtClass advisedClass,
                                                            javassist.CtConstructor advisedCtor,
                                                            String ciname,
                                                            int index)
                                                     throws javassist.NotFoundException,
                                                            javassist.CannotCompileException
Throws:
javassist.NotFoundException
javassist.CannotCompileException

getJoinPointGeneratorFieldName

protected String getJoinPointGeneratorFieldName()
Specified by:
getJoinPointGeneratorFieldName in class JoinPointGenerator

getInfoFieldName

protected static String getInfoFieldName(String className,
                                         int index)

getJoinPointGeneratorFieldName

protected static String getJoinPointGeneratorFieldName(String className,
                                                       int index)


Copyright © 2004 JBoss Inc. All Rights Reserved.