Type | " + "Name | " + "Subscription | " + "Durable | " + "Count | " + "CountDelta | " + "Depth | " + "DepthDelta | " + "Last Add | " + "
---|---|---|---|---|---|---|---|---|
" + strTypeLast + " | " + strNameLast + " | " + destData; destData = ""; } destCount = 1; } // counter data row destData += "" + strSub + " | " + "" + strDurable + " | " + "" + strCount + " | " + "" + strCountDelta + " | " + "" + strDepth + " | " + "" + strDepthDelta + " | " + "" + strDate + " | "; // store current destination data for change detection strTypeLast = strType; strNameLast = strName; strDestLast = strDest; } if (strDestLast != null) { // store last module data string ret += "
" + strTypeLast + " | " + strNameLast + " | " + destData; } // append summation info ret += "|||||||
" + " | " + countTotal + " | " + (countDeltaTotal == 0 ? "-" : Integer.toString(countDeltaTotal)) + " | " + depthTotal + " | " + (depthDeltaTotal == 0 ? "-" : Integer.toString(depthDeltaTotal)) + " | Total |
Xid | In Doubt | Local TXIDs |
---|---|---|
"); buffer.append(xid); buffer.append(" | "); buffer.append(info.isInDoubt()); buffer.append(" | "); buffer.append(info.getTxids()); buffer.append(" |