Package | Description |
---|---|
com.sas.hls.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
com.sas.hls.schedule |
Service and class definitions for managing schedules.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleJobInfo
ScheduleJobInfo is used for scheduling jobs.
|
Modifier and Type | Method and Description |
---|---|
Schedulable |
Schedule.getSchedulable()
Get the schedulable item.
|
Modifier and Type | Method and Description |
---|---|
Schedule |
ScheduleService.createSchedule(String name,
String description,
Schedulable schedulable,
ScheduleTrigger trigger)
Creates a schedule that will run the job specified in the scheduleable at the specified time(s) defined in the
trigger
|
void |
Schedule.setSchedulable(Schedulable schedulable)
Set the schedulable item.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA