public interface TdbJobResultSink
To be informed when background jobs complete on the server, create a class that implements this interface And provide and object of that new class to the appropriate TdbSession using the JobResultSink property. The TRIPsystem version must be 8.4-6 or later in order for completion messages to be reported to this sink.
When a background job result is available, the onCompletedJob method of the implementing class will be invoked during the deserialization process of the server's response.
| Modifier and Type | Method and Description |
|---|---|
void |
onCompletedJob(TdbJobResult result)
Called when a LOAD or INDEX batch job has completed.
|
void onCompletedJob(TdbJobResult result)
result - Information about a completed jobTdbDatabaseDesign.submitBatchJob(com.tietoenator.trip.jxp.database.TdbBatchJobType, String)