org.jboss.aop.instrument
Class InstrumentorFactory

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

public class InstrumentorFactory
extends Object

Comment

Version:
$Revision$
Author:
Kabir Khan

Field Summary
protected static InstrumentorEnum instrumentor
           
protected static Constructor<?> otherInstrumentorConstructor
           
 
Constructor Summary
InstrumentorFactory()
           
 
Method Summary
static InstrumentorEnum getInstrumentor()
           
static Instrumentor getInstrumentor(AOPClassPool pool, AspectManager manager, JoinpointClassifier joinpointClassifier, DynamicTransformationObserver observer)
           
static Instrumentor getInstrumentor(AspectManager manager, JoinpointClassifier joinpointClassifier)
           
static String getInstrumentorName()
           
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

instrumentor

protected static InstrumentorEnum instrumentor

otherInstrumentorConstructor

protected static Constructor<?> otherInstrumentorConstructor
Constructor Detail

InstrumentorFactory

public InstrumentorFactory()
Method Detail

initialise

public static void initialise(String property)

getInstrumentor

public static InstrumentorEnum getInstrumentor()

getInstrumentor

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

getInstrumentor

public static Instrumentor getInstrumentor(AspectManager manager,
                                           JoinpointClassifier joinpointClassifier)

getInstrumentorName

public static String getInstrumentorName()


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.