Package | Description |
---|---|
net.grinder.engine.process.dcr |
Instrumentation agents based on Dynamic Class Retransformation.
|
net.grinder.scriptengine |
Common interface used by the worker process implementation and script engines.
|
net.grinder.util.weave |
Code to apply instrumentation to test classes using AOP style "weaving".
|
net.grinder.util.weave.j2se6 |
Weaving implementation that uses Java 6 dynamic class retransformation.
|
Modifier and Type | Method and Description |
---|---|
void |
DCRContextImplementation.add(Object target,
Method method,
Weaver.TargetSource targetSource,
Recorder recorder)
Register a method for instrumentation.
|
Modifier and Type | Method and Description |
---|---|
void |
DCRContext.add(Object target,
Method method,
Weaver.TargetSource targetSource,
Recorder recorder)
Register a method for instrumentation.
|
Modifier and Type | Method and Description |
---|---|
static Weaver.TargetSource |
Weaver.TargetSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Weaver.TargetSource[] |
Weaver.TargetSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Weaver.weave(Method method,
Weaver.TargetSource targetSource)
Queue the given
method for weaving, and return a unique identifier
that can be used by the advice to refer to the method pointcut. |
Modifier and Type | Method and Description |
---|---|
String |
DCRWeaver.weave(Method method,
Weaver.TargetSource targetSource)
Queue the given
method for weaving, and return a unique identifier
that can be used by the advice to refer to the method pointcut. |
Copyright © 2000-2014. All Rights Reserved.