org.jboss.aop.instrument
Class InstrumentorFactory

java.lang.Object
  extended byorg.jboss.aop.instrument.InstrumentorFactory

public class InstrumentorFactory
extends Object

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
protected static int CLASSIC
           
protected static int GENERATED_ADVISOR
           
protected static int instrumentor
           
 
Constructor Summary
InstrumentorFactory()
           
 
Method Summary
static Instrumentor getInstrumentor(AOPClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
           
static Instrumentor getInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
           
static void initialise(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSIC

protected static final int CLASSIC
See Also:
Constant Field Values

GENERATED_ADVISOR

protected static final int GENERATED_ADVISOR
See Also:
Constant Field Values

instrumentor

protected static int instrumentor
Constructor Detail

InstrumentorFactory

public InstrumentorFactory()
Method Detail

initialise

public static void initialise(String property)

getInstrumentor

public static Instrumentor getInstrumentor(AOPClassPool pool,
                                           AspectManager manager,
                                           JoinpointClassifier joinpointClassifier,
                                           DynamicTransformationObserver observer)

getInstrumentor

public static Instrumentor getInstrumentor(AspectManager manager,
                                           JoinpointClassifier joinpointClassifier)


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