Uses of Class
com.sas.lsaf.execution.job.JobSubmissionNotFoundException
Packages that use JobSubmissionNotFoundException
Package
Description
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 JobSubmissionNotFoundExceptionModifier and TypeMethodDescriptionJobSubmissionService.getJobSubmission(String id) Gets the current job submission for a specific submission of a job.JobSubmissionService.getJobSubmissionBySession(String sessionId) Gets theJobSubmission, which contains job information and the job execution status for the job that created the session.JobSubmissionService.getJobSubmissionStatus(String jobSubmissionId) Gets the current job submission status for a specific submission of a job.