If the remote API isn't installed, this method has no effect.
215216217218219220221222223
{ e.printStackTrace(); } finally { installer.uninstall(); } } }
5758596061626364656667
PreparedQuery pq2 = dsDestino.prepare(q); Iterable<Entity> it2 = pq2.asIterable(); for (Entity e : it2) mB2.put((String)e.getProperty("codigo"), e); System.out.println("RES : " + mB2.size()); installer2.uninstall(); } catch (Exception e) { e.printStackTrace(); }
2425262728293031323334
innerRun(); } catch (IOException e) { Logger.error(e, "Unable to install"); } finally { try { installer.uninstall(); } catch (Throwable e) { // Logger.error(e, "Unable to uninstall"); } } }