org.jboss.aop.instrument
Class ClassicInstrumentor

java.lang.Object
  extended byorg.jboss.aop.instrument.Instrumentor
      extended byorg.jboss.aop.instrument.ClassicInstrumentor

public class ClassicInstrumentor
extends Instrumentor

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.aop.instrument.Instrumentor
AOP_PACKAGE, ASPECT_MANAGER_CLASS_NAME, basicsSet, classPool, converter, HELPER_CLASS_NAME, HELPER_FIELD_NAME, joinpointClassifier, manager
 
Constructor Summary
ClassicInstrumentor(AOPClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
           
ClassicInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
           
 
Methods inherited from class org.jboss.aop.instrument.Instrumentor
applyCallerPointcuts, convertProcessedClasses, convertReferences, forName, getAdvisableFields, getClassPool, getConstructors, interceptorChainsUpdated, isAdvisable, isAdvisable, isAdvised, isTransformable, setupBasics, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicInstrumentor

public ClassicInstrumentor(AOPClassPool pool,
                           AspectManager manager,
                           JoinpointClassifier joinpointClassifier,
                           DynamicTransformationObserver observer)

ClassicInstrumentor

public ClassicInstrumentor(AspectManager manager,
                           JoinpointClassifier joinpointClassifier)


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