Uses of Class
org.openeai.config.AppConfig

Packages that use AppConfig
org.openeai.afa   
org.openeai.config   
org.openeai.implementations.gateways.requestproxy   
org.openeai.implementations.gateways.transroutergateway   
org.openeai.implementations.services.eas   
org.openeai.jms.consumer.commands   
 

Uses of AppConfig in org.openeai.afa
 

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

Methods in org.openeai.afa with parameters of type AppConfig
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.
 

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.implementations.gateways.requestproxy
 

Methods in org.openeai.implementations.gateways.requestproxy that return AppConfig
 AppConfig ProxyCommandImpl.getAppConfig()
          Get AppConfig associated to this command.
 

Methods in org.openeai.implementations.gateways.requestproxy with parameters of type AppConfig
 Result CollegeOfMedicineProxyCommand.execute(AppConfig aConfig, org.jdom.Document inDoc)
           
protected  void ProxyCommandImpl.setAppConfig(AppConfig aConfig)
          Set AppConfig associated to this command.
 Result ProxyCommand.execute(AppConfig aConfig, org.jdom.Document inDoc)
           
 

Uses of AppConfig in org.openeai.implementations.gateways.transroutergateway
 

Methods in org.openeai.implementations.gateways.transroutergateway with parameters of type AppConfig
 boolean StudentLegacyRoutingCriteria.shouldRoute(AppConfig aConfig, org.jdom.Document inDoc)
           
 boolean PaymasterRoutingCriteria.shouldRoute(AppConfig aConfig, org.jdom.Document inDoc)
           
 boolean RoutingCriteriaCommand.shouldRoute(AppConfig aConfig, org.jdom.Document inDoc)
          Must be implemented by the specific 'Routing Criteria' classes that implement this interface.
 

Uses of AppConfig in org.openeai.implementations.services.eas
 

Methods in org.openeai.implementations.services.eas that return AppConfig
 AppConfig AuthManager.getAppConfig()
          Returns the AppConfig object associated to this AuthManager.
 

Methods in org.openeai.implementations.services.eas with parameters of type AppConfig
 void AuthManager.setAppConfig(AppConfig aConfig)
          Sets the AppConfig object associated to this AuthManager.
 

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.setAppConfig(AppConfig aConfig)
          Set AppConfig associated to this command.
protected  void ConsumerCommand.addAppConfig(AppConfig aConfig)
           
 



Copyright © 2002, OpenEAI Software Foundation