Exemple #1
0
 /**
  * disconnects of the server stub is set to null
  *
  * @throws RemoteException in case of remote access problem
  */
 @Override
 public void disconnect() throws RemoteException {
   STUB.disconnect(this);
   connectionState.setConnected(false);
 }