|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessIdentifier | |
---|---|
communication | |
service | |
service.id |
Uses of ProcessIdentifier in communication |
---|
Subclasses of ProcessIdentifier in communication | |
---|---|
class |
IPProcessIdentifier
Identification of a process in the IP context. |
Fields in communication declared as ProcessIdentifier | |
---|---|
protected ProcessIdentifier |
Message.processId
The identifier of the process that either sent the message or either is the receiver of the message |
protected ProcessIdentifier |
UnreliableCommElt.Sender.senderId
The identifier of the message sender |
Methods in communication that return ProcessIdentifier | |
---|---|
ProcessIdentifier |
Message.getProcessId()
|
Methods in communication with parameters of type ProcessIdentifier | |
---|---|
protected abstract void |
CommunicationElement.physicalSendMessage(Message msg,
ProcessIdentifier id)
Method called to "physically" send a message through TCP sockets. |
protected void |
ReliableCommElt.physicalSendMessage(Message msg,
ProcessIdentifier id)
|
protected void |
UnreliableCommElt.physicalSendMessage(Message msg,
ProcessIdentifier senderId)
|
void |
CommunicationElement.sendMessage(ProcessIdentifier id,
java.lang.Object data)
|
void |
Message.setProcessId(ProcessIdentifier processId)
|
Constructors in communication with parameters of type ProcessIdentifier | |
---|---|
Message(ProcessIdentifier processId,
java.lang.Object data)
|
|
UnreliableCommElt.Sender(TCPElement tcp,
Message msg,
int delay,
ProcessIdentifier senderId)
|
Uses of ProcessIdentifier in service |
---|
Methods in service that return ProcessIdentifier | |
---|---|
ProcessIdentifier |
IIdentification.getMyIdentifier()
|
Methods in service that return types with arguments of type ProcessIdentifier | |
---|---|
java.util.Vector<ProcessIdentifier> |
IIdentification.getAllIdentifiers()
|
Methods in service with parameters of type ProcessIdentifier | |
---|---|
void |
ICommunication.sendMessage(ProcessIdentifier id,
java.lang.Object data)
Send a message to a remote process. |
void |
ProxyCommunication.sendMessage(ProcessIdentifier id,
java.lang.Object data)
|
Constructors in service with parameters of type ProcessIdentifier | |
---|---|
TypedMessage(ProcessIdentifier processId,
java.lang.Object data,
MessageType type)
Create a typed message |
Uses of ProcessIdentifier in service.id |
---|
Fields in service.id declared as ProcessIdentifier | |
---|---|
protected ProcessIdentifier |
ProcessIdData.processId
The identifier process |
Fields in service.id with type parameters of type ProcessIdentifier | |
---|---|
protected java.util.Vector<ProcessIdentifier> |
AllIdData.identifiers
|
protected java.util.Vector<ProcessIdentifier> |
IdentificationServer.identifiers
Set of all the process identifiers of the system |
protected java.util.Vector<ProcessIdentifier> |
IdentificationService.identifiers
Identifiers of all processes of the system. |
Methods in service.id that return ProcessIdentifier | |
---|---|
ProcessIdentifier |
IdentificationService.getMyIdentifier()
|
ProcessIdentifier |
ProcessIdData.getProcessId()
|
Methods in service.id that return types with arguments of type ProcessIdentifier | |
---|---|
java.util.Vector<ProcessIdentifier> |
IdentificationService.getAllIdentifiers()
|
java.util.Vector<ProcessIdentifier> |
AllIdData.getIdentifiers()
|
java.util.Vector<ProcessIdentifier> |
IdentificationServer.getIdentifiers()
|
Methods in service.id with parameters of type ProcessIdentifier | |
---|---|
void |
ProcessIdData.setProcessId(ProcessIdentifier processId)
|
Method parameters in service.id with type arguments of type ProcessIdentifier | |
---|---|
void |
AllIdData.setIdentifiers(java.util.Vector<ProcessIdentifier> identifiers)
|
void |
IdentificationServer.setIdentifiers(java.util.Vector<ProcessIdentifier> identifiers)
|
Constructors in service.id with parameters of type ProcessIdentifier | |
---|---|
ProcessIdData(ProcessIdentifier processId)
|
|
RemoveIdData(ProcessIdentifier processId)
|
|
RequestIdData(ProcessIdentifier processId)
|
|
SetIdData(ProcessIdentifier processId)
|
Constructor parameters in service.id with type arguments of type ProcessIdentifier | |
---|---|
AllIdData(java.util.Vector<ProcessIdentifier> identifiers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |