net.grinder.common.processidentity
Interface ProcessIdentity

All Superinterfaces:
Serializable
All Known Subinterfaces:
AgentIdentity, WorkerIdentity

public interface ProcessIdentity
extends Serializable

The identity of a process.

Implementations should define equality so that instances are equal if and only they represent the same process.

Author:
Philip Aston

Method Summary
 String getName()
          Return the process name.
 int getNumber()
          Return the process number.
 String getUniqueID()
          Return an external identity that is unique for this process.
 

Method Detail

getName

String getName()
Return the process name.

Returns:
The process name.

getNumber

int getNumber()
Return the process number. This is not necessarily set when the process is started.

Returns:
The number.

getUniqueID

String getUniqueID()
Return an external identity that is unique for this process.

Returns:
The unique ID.
Since:
3.10


Copyright © 2000-2013. All Rights Reserved.