|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIdentification
Identification service allowing a process to get its identifier, to leave the system and to know the identifiers of the other processes of the system.
Field Summary | |
---|---|
static java.lang.String |
ipGroup
Multicast IP adress for contacting the identification server |
static int |
port
Multicast port for contacting the identification server |
Method Summary | |
---|---|
java.util.Vector<ProcessIdentifier> |
getAllIdentifiers()
|
ProcessIdentifier |
getMyIdentifier()
|
void |
leaveSystem()
Leave the system: the identification server remove the current process from the process list identifiers and inform the other processes of the leaving of the current process. |
Field Detail |
---|
static final java.lang.String ipGroup
static final int port
Method Detail |
---|
ProcessIdentifier getMyIdentifier()
java.util.Vector<ProcessIdentifier> getAllIdentifiers()
void leaveSystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |