Uses of Class
org.openeai.config.AppConfig

Packages that use AppConfig
org.openeai.afa   
org.openeai.config   
org.openeai.jms.consumer.commands   
 

Uses of AppConfig in org.openeai.afa
 

Methods in org.openeai.afa that return AppConfig
protected  AppConfig ScheduleIdStoreImpl.getAppConfig()
           
 AppConfig ScheduledCommandImpl.getAppConfig()
          Get AppConfig associated to this command.
 

Methods in org.openeai.afa with parameters of type AppConfig
protected  void ScheduledCommandImpl.addAppConfig(AppConfig aConfig)
           
 void DbScheduleIdStore.init(AppConfig aConfig)
           
 void FileScheduleIdStore.init(AppConfig aConfig)
           
 void ScheduleIdStore.init(AppConfig aConfig)
           
protected  void ScheduleIdStoreImpl.setAppConfig(AppConfig aConfig)
           
protected  void ScheduledCommandImpl.setAppConfig(AppConfig aConfig)
          Set AppConfig associated to this command.
 

Uses of AppConfig in org.openeai.config
 

Methods in org.openeai.config that return AppConfig
 AppConfig CommandConfig.getAppConfig()
          Returns the AppConfig object associated to this command as specified in the Command's Configuration Element in the config document.
 AppConfig AppConfig.getMainAppConfig()
          Returns the main appConfig (in other words, the top-level AppConfig).
 

Methods in org.openeai.config with parameters of type AppConfig
 void CommandConfig.setAppConfig(AppConfig appConfig)
          Sets the AppConfig object associated to this command as specified in the Command's Configuration Element in the config document.
 

Uses of AppConfig in org.openeai.jms.consumer.commands
 

Methods in org.openeai.jms.consumer.commands that return AppConfig
 AppConfig ConsumerCommand.getAppConfig()
          Get AppConfig associated to this command.
 

Methods in org.openeai.jms.consumer.commands with parameters of type AppConfig
protected  void ConsumerCommand.addAppConfig(AppConfig aConfig)
           
protected  void ConsumerCommand.setAppConfig(AppConfig aConfig)
          Set AppConfig associated to this command.
 



Copyright © 2002,2003 OpenEAI Software Foundation