org.openeai.afa
Class ScheduleIdStoreImpl

java.lang.Object
  extended by org.openeai.OpenEaiObject
      extended by org.openeai.afa.ScheduleIdStoreImpl
Direct Known Subclasses:
DbScheduleIdStore, FileScheduleIdStore

public class ScheduleIdStoreImpl
extends OpenEaiObject


Field Summary
 
Fields inherited from class org.openeai.OpenEaiObject
logger
 
Constructor Summary
ScheduleIdStoreImpl()
           
 
Method Summary
 boolean contains(java.lang.String scheduleId)
          Determines if a particular Schedule Id exists in this store.
protected  AppConfig getAppConfig()
           
protected  java.util.Vector getScheduleIds()
           
protected  void setAppConfig(AppConfig aConfig)
           
protected  void setScheduleIds(java.util.Vector v)
           
 
Methods inherited from class org.openeai.OpenEaiObject
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleIdStoreImpl

public ScheduleIdStoreImpl()
Method Detail

contains

public boolean contains(java.lang.String scheduleId)
                 throws ScheduleIdStoreException
Determines if a particular Schedule Id exists in this store. This method only checks what's in memory. If there is another persistent store that may be written to, that store would have to be queried as well.

Returns:
boolean true if the schedule id exists, false if not.
Throws:
ScheduleIdStoreException

setAppConfig

protected void setAppConfig(AppConfig aConfig)

getAppConfig

protected AppConfig getAppConfig()

setScheduleIds

protected void setScheduleIds(java.util.Vector v)

getScheduleIds

protected java.util.Vector getScheduleIds()


Copyright © 2002,2003 OpenEAI Software Foundation