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.scriptengine.jython.instrumentation.dcr |
Jython instrumentation agents based on Dynamic Class Retransformation.
|
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.applyChanges()
Apply the changes queued with the
add methods. |
Modifier and Type | Method and Description |
---|---|
void |
DCRContext.applyChanges()
Apply the changes queued with the
add methods. |
Constructor and Description |
---|
Jython25Instrumenter(DCRContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Weaver.applyChanges()
Apply pending weaving that has been requested with
Weaver.weave(java.lang.reflect.Constructor<?>) . |
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 |
---|---|
void |
DCRWeaver.applyChanges()
Apply pending weaving that has been requested with
Weaver.weave(java.lang.reflect.Constructor<?>) . |
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. |
Constructor and Description |
---|
ASMTransformerFactory(Class<?> adviceClass)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.