service.id
Class RequestIdData

java.lang.Object
  extended by service.id.IdentificationData
      extended by service.id.ProcessIdData
          extended by service.id.RequestIdData
All Implemented Interfaces:
java.io.Serializable

public class RequestIdData
extends ProcessIdData

Request for a process to get its identification number.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class service.id.ProcessIdData
processId
 
Constructor Summary
RequestIdData(ProcessIdentifier processId)
           
 
Method Summary
 
Methods inherited from class service.id.ProcessIdData
getProcessId, setProcessId
 
Methods inherited from class service.id.IdentificationData
serialize, unserialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestIdData

public RequestIdData(ProcessIdentifier processId)
Parameters:
processId - the identifier of the process. It contains the IP and port values, allowing the identification server to know these informations.