Uses of Package
proper.remote.messages

Packages that use proper.remote.messages
proper.gui.remote Contains classes for administrating the JobServer, e.g. 
proper.remote Classes for the distributed computing part of Proper can be found here, i.e. 
proper.remote.messages Contains the XML-messages used for the distributed computing. 
 

Classes in proper.remote.messages used by proper.gui.remote
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:
 

Classes in proper.remote.messages used by proper.remote
Message
          This class encapsulates the standard behaviour and methods for all messages.
 

Classes in proper.remote.messages used by proper.remote.messages
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:
Message
          This class encapsulates the standard behaviour and methods for all messages.