Uses of Interface
com.sas.lsaf.schedule.Schedulable
-
Packages that use Schedulable Package Description com.sas.lsaf.schedule Service and class definitions to manage schedules. -
-
Uses of Schedulable in com.sas.lsaf.schedule
Classes in com.sas.lsaf.schedule that implement Schedulable Modifier and Type Class Description class
ScheduleJobInfo
The class to schedule a job.Methods in com.sas.lsaf.schedule that return Schedulable Modifier and Type Method Description Schedulable
Schedule. getSchedulable()
Gets the schedulable item.Methods in com.sas.lsaf.schedule with parameters of type Schedulable Modifier and Type Method Description Schedule
ScheduleService. createSchedule(java.lang.String name, java.lang.String description, Schedulable schedulable, ScheduleTrigger trigger)
Creates a schedule that runs the job that is specified in the schedulable at the time that is defined in the trigger.void
Schedule. setSchedulable(Schedulable schedulable)
Sets the schedulable item.Constructors in com.sas.lsaf.schedule with parameters of type Schedulable Constructor Description Schedule(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String owner, ScheduleDescriptor.ScheduleStatus status, java.lang.String schedulableLabel, java.util.Date lastModified, Schedulable schedulable, ScheduleTrigger trigger)
It is not intended or recommended that the consumer of this API construct these objects.
-