Package org.openeai.afa

Interface Summary
ScheduledCommand This is the interface that all ScheduledCommands must implement.
ScheduleIdStore  
 

Class Summary
DbScheduleIdStore This maintains a list of all Schedules that have been executed by a given ScheduledApp.
FileScheduleIdStore This maintains a list of all Schedules that have been executed by a given ScheduledApp.
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.
ScheduleIdStoreImpl  
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.
 

Exception Summary
ScheduledCommandException This Exception may be thrown by the execute method in the ScheduledCommands.
ScheduleIdStoreException May be thrown the by the ScheduleIdStore when it persists ScheduleIds.
 



Copyright © 2002,2003 OpenEAI Software Foundation