org.openeai.afa
Interface ScheduleIdStore

All Known Implementing Classes:
DbScheduleIdStore, FileScheduleIdStore

public interface ScheduleIdStore


Method Summary
 void add(java.lang.String scheduleId)
           
 boolean contains(java.lang.String scheduleId)
           
 void init(AppConfig aConfig)
           
 void load()
           
 void remove(java.lang.String scheduleId)
           
 void removeSchedulesLike(java.lang.String schedulePattern)
           
 

Method Detail

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