|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentificationData | |
---|---|
service.id |
Uses of IdentificationData in service.id |
---|
Subclasses of IdentificationData in service.id | |
---|---|
class |
AllIdData
Data containing all identifiers of all the processes |
class |
PingData
Data for managing heartbreak. |
class |
ProcessIdData
Abstract class containing an identifier process |
class |
RemoveIdData
Request for a process to be removed from the identifier list. |
class |
RequestIdData
Request for a process to get its identification number. |
class |
SetIdData
Response to a process after an identifier request: the process received its identification number. |
Methods in service.id that return IdentificationData | |
---|---|
protected IdentificationData |
IdentificationServer.receiveData()
Wait for a data received on the UDP multicast group. |
static IdentificationData |
IdentificationData.unserialize(byte[] data)
When using UDP socket, we must manage data under a byte array. |
Methods in service.id with parameters of type IdentificationData | |
---|---|
protected void |
IdentificationService.sendData(IdentificationData data)
Send a data (i.e. a request) to the identification server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |