Package | Description |
---|---|
net.grinder.common.processidentity |
Interface representing process identity and status.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
Modifier and Type | Method and Description |
---|---|
ProcessReport.State |
ProcessReport.getState()
Return the process status.
|
static ProcessReport.State |
ProcessReport.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessReport.State[] |
ProcessReport.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProcessReport.State |
WorkerProcessReportMessage.getState()
Accessor for the process state.
|
ProcessReport.State |
AgentProcessReportMessage.getState()
Accessor for the process state.
|
Constructor and Description |
---|
AgentProcessReportMessage(ProcessReport.State state,
CacheHighWaterMark cacheHighWaterMark)
Creates a new
AgentProcessReportMessage instance. |
WorkerProcessReportMessage(ProcessReport.State finished,
short runningThreads,
short totalThreads)
Creates a new
WorkerProcessReportMessage instance. |
Copyright © 2000-2014. All Rights Reserved.