communication
Class ProcessIdentifier

java.lang.Object
  extended by communication.ProcessIdentifier
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IPProcessIdentifier

public class ProcessIdentifier
extends java.lang.Object
implements java.io.Serializable

Generic identifier of a process. Is simply defines an identifier value, that is supposed to be unique for all processes of the system.

See Also:
Serialized Form

Constructor Summary
ProcessIdentifier(int id)
           
 
Method Summary
 int getId()
           
 void setId(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessIdentifier

public ProcessIdentifier(int id)
Parameters:
id -
Method Detail

getId

public int getId()
Returns:
the process identifier

setId

public void setId(int id)
Parameters:
id - the process identifier to set