net.grinder.common.processidentity
Interface AgentIdentity

All Superinterfaces:
ProcessIdentity, Serializable

public interface AgentIdentity
extends ProcessIdentity

Agent process identity.

Author:
Philip Aston

Method Summary
 int getNumber()
          Get the console allocated agent number.
 
Methods inherited from interface net.grinder.common.processidentity.ProcessIdentity
getName, getUniqueID
 

Method Detail

getNumber

int getNumber()
Get the console allocated agent number.

This is initially -1 until the console has allocated a number. It does not influence AgentIdentity equality semantics.

Specified by:
getNumber in interface ProcessIdentity
Returns:
The agent number.


Copyright © 2000-2013. All Rights Reserved.