/**
  * Broadcast all information to specified computer.
  *
  * @param xcr the computerRemote which will receive the information.
  * @author Julius Huelsmann
  * @version %I%, %U%
  * @since 1.0
  */
 public void sendInformationTo(final ComputerRemote xcr) {
   Staticio.sendStringServerinfoReply(xcr.getAddress(), xcr.getPort(), this);
 }