|
|
@@ -881,9 +881,9 @@ public abstract class Broadcast |
|
|
+ "' recipient_count='" + recipientList.size() + "'"); |
|
|
+ "' recipient_count='" + recipientList.size() + "'"); |
|
|
if (launchRecordId != null) |
|
|
if (launchRecordId != null) |
|
|
{ |
|
|
{ |
|
|
statusBf.append(" launch_record_id='" + launchRecordId + "'>"); |
|
|
|
|
|
|
|
|
statusBf.append(" launch_record_id='" + launchRecordId + "'"); |
|
|
} |
|
|
} |
|
|
statusBf.append("<current_time>" + System.currentTimeMillis() + "</current_time>"); |
|
|
|
|
|
|
|
|
statusBf.append("><current_time>" + System.currentTimeMillis() + "</current_time>"); |
|
|
if (serviceStartTime > 0) statusBf.append("<service_start_time>" + serviceStartTime |
|
|
if (serviceStartTime > 0) statusBf.append("<service_start_time>" + serviceStartTime |
|
|
+ "</service_start_time>"); |
|
|
+ "</service_start_time>"); |
|
|
if (state.isFinal && serviceEndTime > 0) statusBf.append("<service_end_time>" + serviceEndTime |
|
|
if (state.isFinal && serviceEndTime > 0) statusBf.append("<service_end_time>" + serviceEndTime |
|
|
|