public final class InitialiseGrinderMessage extends Object implements Message
Constructor and Description |
---|
InitialiseGrinderMessage(WorkerIdentity workerIdentity,
WorkerIdentity firstWorkerIdentity,
boolean reportToConsole,
ScriptLocation script,
GrinderProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
getFirstWorkerIdentity()
Accessor for the first worker identity.
|
GrinderProperties |
getProperties()
Accessor.
|
boolean |
getReportToConsole()
Accessor.
|
ScriptLocation |
getScript()
Accessor.
|
WorkerIdentity |
getWorkerIdentity()
Accessor for the worker identity.
|
public InitialiseGrinderMessage(WorkerIdentity workerIdentity, WorkerIdentity firstWorkerIdentity, boolean reportToConsole, ScriptLocation script, GrinderProperties properties)
workerIdentity
- Worker process identity.firstWorkerIdentity
- The identity of the first worker of this
generation.reportToConsole
- Whether or not the worker process should
report to the console.script
- The script to run.properties
- Properties from the agent.public WorkerIdentity getWorkerIdentity()
public WorkerIdentity getFirstWorkerIdentity()
public boolean getReportToConsole()
public ScriptLocation getScript()
public GrinderProperties getProperties()
Copyright © 2000-2014. All Rights Reserved.