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.java |
Java script engine.
|
net.grinder.scriptengine.jython |
Jython script engine.
|
net.grinder.scriptengine.jython.instrumentation.dcr |
Jython instrumentation agents based on Dynamic Class Retransformation.
|
Modifier and Type | Class and Description |
---|---|
class |
DCRContextImplementation
Wrap up the DCR context for use by
AbstractDCRInstrumenter
implementations. |
Modifier and Type | Method and Description |
---|---|
protected DCRContext |
AbstractDCRInstrumenter.getContext()
Provide subclasses convenient access to the DCR context.
|
Constructor and Description |
---|
AbstractDCRInstrumenter(DCRContext context)
Constructor for AbstractDCRInstrumenter.
|
Constructor and Description |
---|
JavaScriptEngineService(DCRContext dcrContext)
Constructor.
|
Constructor and Description |
---|
JythonScriptEngineService(GrinderProperties properties,
DCRContext dcrContext,
ScriptLocation scriptLocation)
Constructor.
|
Constructor and Description |
---|
Jython22Instrumenter(DCRContext context)
Constructor.
|
Jython25Instrumenter(DCRContext context)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.