org.jboss.aop.instrument
Class CallerTransformer

java.lang.Object
  extended by org.jboss.aop.instrument.CallerTransformer

public class CallerTransformer
extends Object

Instruments Caller pointcuts

Author:
Kabir Khan

Constructor Summary
CallerTransformer(Instrumentor instrumentor, AspectManager manager)
           
 
Method Summary
 boolean applyCallerPointcuts(javassist.CtClass clazz, ClassAdvisor advisor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerTransformer

public CallerTransformer(Instrumentor instrumentor,
                         AspectManager manager)
Method Detail

applyCallerPointcuts

public boolean applyCallerPointcuts(javassist.CtClass clazz,
                                    ClassAdvisor advisor)
                             throws javassist.CannotCompileException
Throws:
javassist.CannotCompileException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.