|
|
|
@@ -1095,7 +1095,7 @@ public abstract class Broadcast |
|
|
|
* @param jobStatus |
|
|
|
* @param errorText |
|
|
|
*/ |
|
|
|
public synchronized void postJobStatus(Job job) |
|
|
|
public void postJobStatus(Job job) |
|
|
|
{ |
|
|
|
postJobStatus(job, -1); |
|
|
|
/* |
|
|
|
@@ -1135,7 +1135,7 @@ public abstract class Broadcast |
|
|
|
protected void postJobStatus(Job job, long rescheduleTimeMS) |
|
|
|
{ |
|
|
|
//postJobStatus(job); |
|
|
|
logJobCount("Enering postJobStatus"); |
|
|
|
logJobCount("Entering postJobStatus"); |
|
|
|
myLogger.debug(job.toString() + ": rescheduleTimeMS " + rescheduleTimeMS); |
|
|
|
if (postBack != null) |
|
|
|
{ |
|
|
|
|