Exemplo n.º 1
0
  public boolean printFail(Ticket ticket) {
    try {
      garage.printFailed(ticket);
      return true;

    } catch (RemoteException re) {
      error = EntryError.errorRemote;
      remoteException = re;
      return false;
    }
  }