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
           
protected static int OTHER_INSTRUMENTOR
           
protected static Constructor otherInstrumentorConstructor
           
 
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

OTHER_INSTRUMENTOR

protected static final int OTHER_INSTRUMENTOR
See Also:
Constant Field Values

instrumentor

protected static int instrumentor

otherInstrumentorConstructor

protected static Constructor otherInstrumentorConstructor
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 © 2004 JBoss Inc. All Rights Reserved.