Uses of Class
com.sas.lsaf.execution.job.JobSubmissionNotFoundException
-
Packages that use JobSubmissionNotFoundException Package Description com.sas.lsaf.execution.job Provides the classes needed to create, update, and get jobs as well as execute them and get their status. -
-
Uses of JobSubmissionNotFoundException in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that throw JobSubmissionNotFoundException Modifier and Type Method Description JobSubmission
JobSubmissionService. getJobSubmission(java.lang.String id)
Gets the current job submission for a specific submission of a job.JobSubmission
JobSubmissionService. getJobSubmissionBySession(java.lang.String sessionId)
Gets theJobSubmission
, which contains job information and the job execution status for the job that created the session.JobSubmissionStatus
JobSubmissionService. getJobSubmissionStatus(java.lang.String jobSubmissionId)
Gets the current job submission status for a specific submission of a job.
-