Package com.sas.hls.schedule

Service and class definitions for managing schedules.

See:
          Description

Interface Summary
Schedulable An interface indicating an object that supports the ability to be scheduled.
ScheduleService The schedule service provides methods to manage the life cycle of a schedule.
 

Class Summary
Schedule A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
ScheduleDescriptor A light-weight client representation of a schedule.
ScheduleTrigger ScheduleTrigger defines when the schedule will run.
 

Enum Summary
ScheduleDescriptor.ScheduleStatus ScheduleStatus is an enum status of a schedule.
ScheduleTrigger.DayOfWeek DayOfWeek is an enumeration representing the days of a week to use in weekly schedules.
ScheduleTrigger.TriggerType TriggerType is an enumeration representing the possible intervals in which the schedule can run.
 

Package com.sas.hls.schedule Description

Service and class definitions for managing schedules.



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