net.grinder.common.processidentity
Interface WorkerIdentity

All Superinterfaces:
ProcessIdentity, Serializable

public interface WorkerIdentity
extends ProcessIdentity

Worker process identity.

Author:
Philip Aston

Method Summary
 AgentIdentity getAgentIdentity()
          Get the identity of the worker's agent process.
 int getNumber()
          Get the agent allocated worker process number.
 
Methods inherited from interface net.grinder.common.processidentity.ProcessIdentity
getName, getUniqueID
 

Method Detail

getAgentIdentity

AgentIdentity getAgentIdentity()
Get the identity of the worker's agent process.

Returns:
The agent identity.

getNumber

int getNumber()
Get the agent allocated worker process number.

Specified by:
getNumber in interface ProcessIdentity
Returns:
The worker process number.
See Also:
Grinder.ScriptContext.getProcessNumber()


Copyright © 2000-2013. All Rights Reserved.