|
|
@@ -859,8 +859,9 @@ public abstract class Broadcast |
|
|
statusBf.append("<job_summary completed='" + getCompletedJobCount() + |
|
|
statusBf.append("<job_summary completed='" + getCompletedJobCount() + |
|
|
"' ready='" + getPendingJobCount() + "'"); |
|
|
"' ready='" + getPendingJobCount() + "'"); |
|
|
statusBf.append(" active='" + getActiveJobCount() + "'"); |
|
|
statusBf.append(" active='" + getActiveJobCount() + "'"); |
|
|
statusBf.append("></job_summary></" + topLevelTag + ">\r\n"); |
|
|
|
|
|
statusBf.append(additionalStatusXML()); |
|
|
|
|
|
|
|
|
statusBf.append("></job_summary>"); |
|
|
|
|
|
statusBf.append("\r\n" + additionalStatusXML() + "\r\n"); |
|
|
|
|
|
statusBf.append("</" + topLevelTag + ">\r\n"); |
|
|
String statusReport = statusBf.toString(); |
|
|
String statusReport = statusBf.toString(); |
|
|
return statusReport; |
|
|
return statusReport; |
|
|
} |
|
|
} |
|
|
|