7374757677787980818283
out().println("Update lock: "); doc.getUpdateLock().debug(out()); } catch (Exception e) { throw new CommandException(e); } finally { if (db != null) db.release(broker); } }
4849505152535455
TransactionManager tm = BrokerPool.getInstance().getTransactionManager(); tm.debug(out()); } catch (EXistException e) { throw new CommandException(e); } }