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