Exemplo n.º 1
0
  /** The method tests if this object is equal to another. */
  public boolean equals(ClientInterface cli) throws RemoteException {
    if (selfIdentity.equals(cli)) return true;

    return false;
  }