public class Jboss7StartupPointCut extends PointCut implements EntryInvocationHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JBOSS_INSTRUMENTATION_GROUP_NAME |
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY
Constructor and Description |
---|
Jboss7StartupPointCut(PointCutClassTransformer classTransformer) |
Modifier and Type | Method and Description |
---|---|
protected PointCutInvocationHandler |
getPointCutInvocationHandlerImpl()
Returns the tracer factory for this pointcut.
|
void |
handleInvocation(ClassMethodSignature sig,
java.lang.Object object,
java.lang.Object[] args) |
compareTo, createExactMethodMatcher, createMethodMatcher, equals, getClassMatcher, getMethodMatcher, getName, getPointCutInvocationHandler, getPriority, hashCode, isDispatcher, isEnabled, isIgnoreTransaction, logInstrumentation, noticeTransformerStarted, setPriority, toString
public static final java.lang.String JBOSS_INSTRUMENTATION_GROUP_NAME
public Jboss7StartupPointCut(PointCutClassTransformer classTransformer)
public void handleInvocation(ClassMethodSignature sig, java.lang.Object object, java.lang.Object[] args)
handleInvocation
in interface EntryInvocationHandler
protected PointCutInvocationHandler getPointCutInvocationHandlerImpl()
PointCut
PointCutClassTransformer
will register this factory under the
#getTracerFactoryName()
key.getPointCutInvocationHandlerImpl
in class PointCut