|
Class Summary |
| GenericAppRunner |
This is the runnable class that allows us to generalize our applications. |
| Schedule |
This is a class that wraps the execution details of a set of commands. |
| ScheduledApp |
This component is used to wrap ScheduledApplications. |
| ScheduledCommandImpl |
This is the parent class of all ScheduledCommands. |
| ScheduleIdStore |
This maintains a list of all Schedules that have been executed by a given ScheduledApp. |
| ScheduleRuntime |
This is a wrapper class that helps a Schedule determine if it should execute
the commands that Schedule manages. |
| TimeOfDay |
This class is used to determine when on a given day a Schedule should execute. |