net.grinder.common.processidentity
Interface AgentProcessReport

All Superinterfaces:
ProcessReport
All Known Subinterfaces:
AgentAndCacheReport
All Known Implementing Classes:
AgentProcessReportMessage

public interface AgentProcessReport
extends ProcessReport

Interface for enquiring about an agent process.

Author:
Philip Aston

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.grinder.common.processidentity.ProcessReport
ProcessReport.State, ProcessReport.StateThenNameThenNumberComparator
 
Method Summary
 AgentIdentity getAgentIdentity()
          Return the unique process identity.
 
Methods inherited from interface net.grinder.common.processidentity.ProcessReport
getProcessAddress, getState
 

Method Detail

getAgentIdentity

AgentIdentity getAgentIdentity()
Return the unique process identity.

Returns:
The process identity.


Copyright © 2000-2013. All Rights Reserved.