297298299300301302303304305306307308
rs.setBackend(s.getBackend()); rs.setJobs(toExecute); result.add(rs); } Synchronize sync = new Synchronize(); sync.handleAction(result); } catch (OperationCanceledException oce) { // ignore }