org.openeai.afa
Interface ScheduleIdStore
- All Known Implementing Classes:
- DbScheduleIdStore, FileScheduleIdStore
public interface ScheduleIdStore
load
void load()
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
removeSchedulesLike
void removeSchedulesLike(java.lang.String schedulePattern)
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
remove
void remove(java.lang.String scheduleId)
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
contains
boolean contains(java.lang.String scheduleId)
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
add
void add(java.lang.String scheduleId)
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
init
void init(AppConfig aConfig)
throws ScheduleIdStoreException
- Throws:
ScheduleIdStoreException
Copyright © 2002,2003 OpenEAI Software Foundation