Package | Description |
---|---|
net.grinder.common |
Common interfaces and utility classes used throughout The Grinder.
|
net.grinder.console.client |
Client API for The Grinder console.
|
net.grinder.console.communication |
Console communication.
|
net.grinder.console.communication.server.messages |
Messages used by the console client.
|
net.grinder.engine.common |
Common classes used by the Agent and Worker process implementations.
|
net.grinder.engine.messages |
Messages that can be sent to the worker processes.
|
net.grinder.messages.agent |
Messages that can be sent to the agent process.
|
net.grinder.script |
Interfaces and classes for use by scripts.
|
net.grinder.scriptengine.jython |
Jython script engine.
|
Modifier and Type | Method and Description |
---|---|
GrinderProperties |
GrinderProperties.getPropertySubset(String prefix)
Return a new GrinderProperties that contains the subset of our
Properties which begin with the specified prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsoleConnection.startWorkerProcesses(GrinderProperties properties)
Start all the worker processes.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessControl.startWorkerProcesses(GrinderProperties properties)
Signal the worker processes to start.
|
void |
ProcessControlImplementation.startWorkerProcesses(GrinderProperties properties)
Signal the worker processes to start.
|
void |
ProcessControl.startWorkerProcessesWithDistributedFiles(Directory distributionDirectory,
GrinderProperties properties)
A variant of
ProcessControl.startWorkerProcesses(net.grinder.common.GrinderProperties) that checks the properties are
reasonable for the distribution directory, and adjusts the supplied
properties to have the appropriate relative paths. |
void |
ProcessControlImplementation.startWorkerProcessesWithDistributedFiles(Directory distributionDirectory,
GrinderProperties properties)
A variant of
ProcessControl.startWorkerProcesses(net.grinder.common.GrinderProperties) that checks the properties are
reasonable for the distribution directory, and adjusts the supplied
properties to have the appropriate relative paths. |
Modifier and Type | Method and Description |
---|---|
GrinderProperties |
StartWorkerProcessesMessage.getProperties()
Accessor for the properties.
|
Constructor and Description |
---|
StartWorkerProcessesMessage(GrinderProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Connector |
ConnectorFactory.create(GrinderProperties properties)
Factory method.
|
Modifier and Type | Method and Description |
---|---|
GrinderProperties |
InitialiseGrinderMessage.getProperties()
Accessor.
|
Constructor and Description |
---|
InitialiseGrinderMessage(WorkerIdentity workerIdentity,
WorkerIdentity firstWorkerIdentity,
boolean reportToConsole,
ScriptLocation script,
GrinderProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GrinderProperties |
StartGrinderMessage.getProperties()
A set of properties that override values in the Agents' local files.
|
Constructor and Description |
---|
StartGrinderMessage(GrinderProperties properties,
int agentNumber)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GrinderProperties |
Grinder.ScriptContext.getProperties()
Get the global properties for this agent/worker process set.
|
Constructor and Description |
---|
JythonScriptEngineService(GrinderProperties properties,
DCRContext dcrContext,
ScriptLocation scriptLocation)
Constructor.
|
Copyright © 2000-2014. All Rights Reserved.