Uses of Class
org.openeai.afa.ScheduleIdStoreException

Packages that use ScheduleIdStoreException
org.openeai.afa   
 

Uses of ScheduleIdStoreException in org.openeai.afa
 

Methods in org.openeai.afa that throw ScheduleIdStoreException
 void DbScheduleIdStore.add(java.lang.String scheduleId)
          Adds a Schedule Id to this store.
 void FileScheduleIdStore.add(java.lang.String scheduleId)
          Adds a Schedule Id to this store.
 void ScheduleIdStore.add(java.lang.String scheduleId)
           
 boolean DbScheduleIdStore.contains(java.lang.String scheduleId)
          Determines if a particular Schedule Id exists in this store.
 boolean ScheduleIdStoreImpl.contains(java.lang.String scheduleId)
          Determines if a particular Schedule Id exists in this store.
 boolean ScheduleIdStore.contains(java.lang.String scheduleId)
           
 void DbScheduleIdStore.init(AppConfig aConfig)
           
 void FileScheduleIdStore.init(AppConfig aConfig)
           
 void ScheduleIdStore.init(AppConfig aConfig)
           
 void DbScheduleIdStore.load()
          Loads any previously ran schedule ids into memory when the application starts.
 void FileScheduleIdStore.load()
          Loads any previously ran schedule ids into memory when the application starts.
 void ScheduleIdStore.load()
           
 void DbScheduleIdStore.remove(java.lang.String scheduleId)
          Removes a specific schedule id from the repository that has an id equal to the schedule id passed in.
 void FileScheduleIdStore.remove(java.lang.String scheduleId)
          Removes a specific schedule id from the repository that has an id equal to the schedule id passed in.
 void ScheduleIdStore.remove(java.lang.String scheduleId)
           
 void DbScheduleIdStore.removeSchedulesLike(java.lang.String schedulePattern)
          Removes all schedule ids from the repository that have an id containing the pattern passed in.
 void FileScheduleIdStore.removeSchedulesLike(java.lang.String schedulePattern)
          Removes all schedule ids from the repository that have an id containing the pattern passed in.
 void ScheduleIdStore.removeSchedulesLike(java.lang.String schedulePattern)
           
 boolean Schedule.shouldRun()
          Determines if the ScheduledCommands associated to this Schedule should run.
 



Copyright © 2002,2003 OpenEAI Software Foundation