Call the following methods on the remote server:
receiveClientInputcomputegetServerOutput
Display the resulting server output in the display window, or write the
output to stdout if the display is not on.
The remote server class; note the use of the interface type in the
declaration, which means that the server implementation need not be
(and typically is not) on the client machine.
The text field that displays the result computed by the server; the
result is printed to stdout instead of this text field if the GUI
display is not active
The text field that displays the received client data; received client
data are printed to stdout instead of this text field if the GUI
display is not active