|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schedulable | |
---|---|
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. |
Uses of Schedulable in com.sas.hls.job |
---|
Classes in com.sas.hls.job that implement Schedulable | |
---|---|
class |
ScheduleJobInfo
ScheduleJobInfo is used for scheduling jobs. |
Uses of Schedulable in com.sas.hls.schedule |
---|
Methods in com.sas.hls.schedule that return Schedulable | |
---|---|
Schedulable |
Schedule.getSchedulable()
Get the schedulable item. |
Methods in com.sas.hls.schedule with parameters of type Schedulable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |