Uses of Interface
service.ICommunication

Packages that use ICommunication
communication   
service   
service.id   
 

Uses of ICommunication in communication
 

Classes in communication that implement ICommunication
 class CommunicationElement
          Communication element for a process to communicate with other processes.
 class ReliableCommElt
          Reliable communication element: ensure that all data are sent to receivers or, in case of communication problems, throw explicit exceptions.
 class UnreliableCommElt
          Unreliable element: send a message without the possibility to know if it has been received by the other element or has been lost.
 

Uses of ICommunication in service
 

Classes in service that implement ICommunication
 class ProxyCommunication
          Basic communication service for point to point communication between processes.
 

Fields in service declared as ICommunication
protected  ICommunication Service.commElt
          Communication element to use to send messages to service parts on other processes
 

Methods in service that return ICommunication
 ICommunication DistributedServicesMiddleware.getCommunicationService()
           
 ICommunication IDistributedServices.getCommunicationService()
           
 

Methods in service with parameters of type ICommunication
 void Service.initialize(MessageDispatcher dispatcher, ICommunication commElt, MessageType myType)
          Initialize the service: register the service on the message dispatcher
 

Constructors in service with parameters of type ICommunication
DistributedServicesMiddleware.MessageReader(ICommunication commElt, MessageDispatcher dispatcher)
           
 

Uses of ICommunication in service.id
 

Methods in service.id with parameters of type ICommunication
 void IdentificationService.initialize(MessageDispatcher dispatcher, ICommunication commElt, MessageType myType)