Package com.sas.hls.job

Provides the classes needed to create, update, and get jobs as well as execute them and get their status

See:
          Description

Interface Summary
JobExecutionService Service that provides methods for executing jobs in the repository and in the user's workspace and for getting the status of the submitted job.
JobService Service for creating, updating, and getting jobs.
 

Class Summary
CreateJobInfo A data structure for specifying the parameters of a job to be created.
Job The client representation of a job
JobDescriptor A light-weight client representation of a job.
JobParameter Client representation of a job parameter.
JobStatus Client representation of the status of a job
JobSubmission Job submission object that is used as a token for obtaining status of a submitted job.
ParameterValue Parameter value is used to specify value of job parameter when a job is submitted.
ScheduleJobInfo ScheduleJobInfo is used for scheduling jobs.
 

Enum Summary
JobDescriptor.Tree An enumeration of where a job can be defined.
JobStatus.DetailStatus Detailed status values possible.
JobStatus.SummaryStatus The summary status.
JobSubmission.JobSubmissionType The allowed types of job submissions.
ParameterType The allowed values for parameter types.
 

Package com.sas.hls.job Description

Provides the classes needed to create, update, and get jobs as well as execute them and get their status



Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA