|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.console.common.ProcessReportDescriptionFactory
public final class ProcessReportDescriptionFactory
Factory that converts process reports into descriptions that can be used in the user interface.
| Nested Class Summary | |
|---|---|
static class |
ProcessReportDescriptionFactory.ProcessDescription
Various descriptions of the attributes of a process report. |
| Constructor Summary | |
|---|---|
ProcessReportDescriptionFactory(Resources resources)
Constructor. |
|
| Method Summary | |
|---|---|
ProcessReportDescriptionFactory.ProcessDescription |
create(AgentProcessReport agentProcessReport)
Factory method that creates a description from an agent process report. |
ProcessReportDescriptionFactory.ProcessDescription |
create(WorkerProcessReport workerProcessReport)
Factory method that creates a description from a worker process report. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessReportDescriptionFactory(Resources resources)
resources - Console resources.| Method Detail |
|---|
public ProcessReportDescriptionFactory.ProcessDescription create(AgentProcessReport agentProcessReport)
agentProcessReport - The process report.
public ProcessReportDescriptionFactory.ProcessDescription create(WorkerProcessReport workerProcessReport)
workerProcessReport - The process report.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||