Exemple #1
0
 /**
  * registers this Network client on the specified server
  *
  * @throws RemoteException in case of remote access problem
  */
 @Override
 public void connect() throws RemoteException {
   STUB.connect(this);
   connectionState.setConnected(true);
 }