Uses of Package
service

Packages that use service
communication   
service   
service.broadcast   
service.id   
 

Classes in service used by communication
ICommunication
          Communication operations for sending and receiving messages.
 

Classes in service used by service
IBroadcast
          Common interface for all broadcast implementation.
ICommunication
          Communication operations for sending and receiving messages.
IDistributedServices
          Definition of the global service access point.
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.
MessageDispatcher
           
MessageType
          Define the types of messages: for each service, a given type has to be defined
ProxyCommunication
          Basic communication service for point to point communication between processes.
Service
          Skeleton of a service that has to be specialized for implementing a new service
TypedMessage
          A typed message is a message with its associated type of service
 

Classes in service used by service.broadcast
IBroadcast
          Common interface for all broadcast implementation.
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.
Service
          Skeleton of a service that has to be specialized for implementing a new service
 

Classes in service used by service.id
ICommunication
          Communication operations for sending and receiving messages.
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.
MessageDispatcher
           
MessageType
          Define the types of messages: for each service, a given type has to be defined
Service
          Skeleton of a service that has to be specialized for implementing a new service