Package proper.remote.messages

Contains the XML-messages used for the distributed computing.

See:
          Description

Class Summary
DataMessage This class encapsulates a DataMessage, where the data of the payload (file or something like this) is in the <body> tag of the Message.
The actual data looks like this:
FileMessage This class encapsulates a FileMessage, where the data of the payload (file or something like this) is in the <body> tag of the Message, besides the the name of the file.
The actual data looks like this:
JobMessage This class encapsulates a JobMessage, where the job is inside the <body> tag of the Message.
The actual Job looks like this:
Message This class encapsulates the standard behaviour and methods for all messages.
 

Package proper.remote.messages Description

Contains the XML-messages used for the distributed computing.