Package | Description |
---|---|
net.grinder.scriptengine |
Common interface used by the worker process implementation and script engines.
|
net.grinder.scriptengine.clojure |
Clojure script engine.
|
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 |
AbstractDCRInstrumenter
Convenient base class for DCR instrumenters.
|
class |
CompositeInstrumenter
Composite instrumenter.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Instrumenter> |
ScriptEngineService.createInstrumenters()
Initialises script engine instrumentation.
|
Constructor and Description |
---|
CompositeInstrumenter(Instrumenter... instrumenters)
Constructor.
|
Constructor and Description |
---|
CompositeInstrumenter(List<Instrumenter> instrumenters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Instrumenter> |
ClojureScriptEngineService.createInstrumenters()
Initialises script engine instrumentation.
|
Modifier and Type | Method and Description |
---|---|
List<? extends Instrumenter> |
JavaScriptEngineService.createInstrumenters()
Initialises script engine instrumentation.
|
Modifier and Type | Method and Description |
---|---|
List<Instrumenter> |
JythonScriptEngineService.createInstrumenters()
Initialises script engine instrumentation.
|
Modifier and Type | Class and Description |
---|---|
class |
Jython22Instrumenter
DCR instrumenter for Jython 2.1, 2.2.
|
class |
Jython25Instrumenter
DCR instrumenter for Jython 2.5+.
|
Copyright © 2000-2014. All Rights Reserved.