net.grinder.common.processidentity
Interface ProcessReport

All Known Subinterfaces:
AgentAndCacheReport, AgentProcessReport, WorkerProcessReport
All Known Implementing Classes:
AgentProcessReportMessage, WorkerProcessReportMessage

public interface ProcessReport

Common interface for enquiring about a process.

Author:
Philip Aston

Nested Class Summary
static class ProcessReport.State
          Process state.
static class ProcessReport.StateThenNameThenNumberComparator
          Comparator that compares ProcessReports by state, then by name.
 
Method Summary
 ProcessAddress<? extends ProcessIdentity> getProcessAddress()
          Return the unique process address.
 ProcessReport.State getState()
          Return the process status.
 

Method Detail

getProcessAddress

ProcessAddress<? extends ProcessIdentity> getProcessAddress()
Return the unique process address.

Returns:
The process identity.

getState

ProcessReport.State getState()
Return the process status.

Returns:
The state.


Copyright © 2000-2013. All Rights Reserved.