Package | Description |
---|---|
net.grinder.common.processidentity |
Interface representing process identity and status.
|
net.grinder.engine.messages |
Messages that can be sent to the worker processes.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
net.grinder.synchronisation.messages |
Messages used by distributed implementations of the synchronisation classes.
|
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
WorkerProcessReport.getWorkerIdentity()
Return the unique process identity.
|
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
InitialiseGrinderMessage.getFirstWorkerIdentity()
Accessor for the first worker identity.
|
WorkerIdentity |
InitialiseGrinderMessage.getWorkerIdentity()
Accessor for the worker identity.
|
Constructor and Description |
---|
InitialiseGrinderMessage(WorkerIdentity workerIdentity,
WorkerIdentity firstWorkerIdentity,
boolean reportToConsole,
ScriptLocation script,
GrinderProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
WorkerProcessReportMessage.getWorkerIdentity()
Accessor for the process identity.
|
Constructor and Description |
---|
WorkerAddress(WorkerIdentity processIdentity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
WorkerIdentity |
AbstractBarrierGroupMessage.getProcessIdentity()
Worker process identity.
|
Copyright © 2000-2014. All Rights Reserved.