public class TdbJobResult
extends java.lang.Object
The job must have been submitted via the submitBatchJob method of the TdbDatabaseDesign class, and the TRIPsystem version must be 8.4-6 or later.
TdbJobResultSink| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Server-side log file name assoicated with the completion result.
|
int |
getJobId()
The ID of the completed batch job.
|
java.lang.String |
getMessage()
The completion message of the job as either a success or error message.
|
int |
getStatus()
The TRIP status / error code for the completed batch job.
|
boolean |
hasStatus()
True if this result includes job ID, success and status information.
|
boolean |
isSuccess()
Indicates if the batch job succeeded or failed.
|
public java.lang.String getMessage()
public java.lang.String getFilename()
public boolean hasStatus()
public int getJobId()
public int getStatus()
public boolean isSuccess()