Uses of Class
communication.CommunicationElement

Packages that use CommunicationElement
communication   
service   
service.id   
 

Uses of CommunicationElement in communication
 

Subclasses of CommunicationElement in communication
 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 CommunicationElement in service
 

Fields in service declared as CommunicationElement
protected  CommunicationElement DistributedServicesMiddleware.commElt
          The underlying communication element for communicating with other processes.
 

Uses of CommunicationElement in service.id
 

Fields in service.id declared as CommunicationElement
protected  CommunicationElement IdentificationServer.commElt
          The communication element used for sending data to processes
 

Constructors in service.id with parameters of type CommunicationElement
IdentificationServer.PingManager(CommunicationElement commElt)