public final class ProcessReportDescriptionFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessReportDescriptionFactory.ProcessDescription
Various descriptions of the attributes of a process report.
|
Constructor and Description |
---|
ProcessReportDescriptionFactory(Resources resources)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ProcessReportDescriptionFactory(Resources resources)
resources
- Console resources.public ProcessReportDescriptionFactory.ProcessDescription create(AgentProcessReport agentProcessReport)
agentProcessReport
- The process report.public ProcessReportDescriptionFactory.ProcessDescription create(WorkerProcessReport workerProcessReport)
workerProcessReport
- The process report.Copyright © 2000-2014. All Rights Reserved.