Package | Description |
---|---|
net.grinder.engine.messages |
Messages that can be sent to the worker processes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ScriptLocation |
InitialiseGrinderMessage.getScript()
Accessor.
|
Constructor and Description |
---|
InitialiseGrinderMessage(WorkerIdentity workerIdentity,
WorkerIdentity firstWorkerIdentity,
boolean reportToConsole,
ScriptLocation script,
GrinderProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
ScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
ClojureScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
JavaScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Modifier and Type | Method and Description |
---|---|
ScriptEngineService.ScriptEngine |
JythonScriptEngineService.createScriptEngine(ScriptLocation script)
If the script engine service can handle the given script, it should return
a suitable implementation.
|
Constructor and Description |
---|
JythonScriptEngineService(GrinderProperties properties,
DCRContext dcrContext,
ScriptLocation scriptLocation)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.