1478147914801481148214831484148514861487
Transaction tx = resourceManager.getTransaction(xid); if (tx == null) { continue; } TransactionDetail detail = new JMSTransactionDetail(xid, tx, entry.getValue()); txDetailListJson.put(detail.toJSON()); } return txDetailListJson.toString(); }