Uses of Interface
com.sas.lsaf.schedule.Schedulable
Packages that use Schedulable
-
Uses of Schedulable in com.sas.lsaf.schedule
Classes in com.sas.lsaf.schedule that implement SchedulableMethods in com.sas.lsaf.schedule that return SchedulableMethods in com.sas.lsaf.schedule with parameters of type SchedulableModifier and TypeMethodDescriptionScheduleService.createSchedule(String name, 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.voidSchedule.setSchedulable(Schedulable schedulable) Sets the schedulable item.Constructors in com.sas.lsaf.schedule with parameters of type SchedulableModifierConstructorDescriptionSchedule(String id, String name, String description, String owner, ScheduleDescriptor.ScheduleStatus status, String schedulableLabel, Date lastModified, Schedulable schedulable, ScheduleTrigger trigger) It is not intended or recommended that the consumer of this API construct these objects.