public interface JobStatus
Job
.Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Get the exception produced by the Job or while retrieving the status.
|
java.lang.Integer |
getExitCode()
Get the exit code for the Job.
|
Job |
getJob()
Get the job for which this JobStatus was created.
|
java.util.Map<java.lang.String,java.lang.String> |
getSchedulerSpecficInformation()
Get scheduler specific information on the Job.
|
java.lang.String |
getState()
Get the state of the Job.
|
boolean |
hasException()
Has the Job or job retrieval produced a exception ?
|
boolean |
isDone()
Is the Job done.
|
boolean |
isRunning()
Is the Job running.
|
Job getJob()
java.lang.String getState()
java.lang.Integer getExitCode()
java.lang.Exception getException()
boolean isRunning()
boolean isDone()
boolean hasException()
java.util.Map<java.lang.String,java.lang.String> getSchedulerSpecficInformation()