Serialized Form


Package communication

Class communication.CommunicationException extends java.lang.Exception implements Serializable

Class communication.CompoundException extends CommunicationException implements Serializable

Serialized Fields

exceptions

java.util.Vector<E> exceptions

Class communication.DataSendingException extends CommunicationException implements Serializable

Class communication.IPProcessIdentifier extends ProcessIdentifier implements Serializable

Serialized Fields

IPadd

java.net.InetAddress IPadd
IP Address of the process


port

int port
Port of the socket of the process

Class communication.Message extends java.lang.Object implements Serializable

Serialized Fields

processId

ProcessIdentifier processId
The identifier of the process that either sent the message or either is the receiver of the message


data

java.lang.Object data
Data embedded in the message

Class communication.ProcessIdentifier extends java.lang.Object implements Serializable

Serialized Fields

id

int id
The (supposed unique) identifier of a process

Class communication.UnreachableProcessException extends CommunicationException implements Serializable


Package service

Class service.TypedMessage extends Message implements Serializable

Serialized Fields

type

MessageType type
Type of the service


Package service.id

Class service.id.AllIdData extends IdentificationData implements Serializable

Serialized Fields

identifiers

java.util.Vector<E> identifiers

Class service.id.IdentificationData extends java.lang.Object implements Serializable

Class service.id.PingData extends IdentificationData implements Serializable

Class service.id.ProcessIdData extends IdentificationData implements Serializable

Serialized Fields

processId

ProcessIdentifier processId
The identifier process

Class service.id.RemoveIdData extends ProcessIdData implements Serializable

Class service.id.RequestIdData extends ProcessIdData implements Serializable

Class service.id.SetIdData extends ProcessIdData implements Serializable