Uses of Class
org.openeai.config.ScheduleConfig

Packages that use ScheduleConfig
org.openeai.afa   
org.openeai.config   
 

Uses of ScheduleConfig in org.openeai.afa
 

Constructors in org.openeai.afa with parameters of type ScheduleConfig
Schedule(ScheduleConfig sConfig)
          Constructs the Schedule object with a ScheduleConfig object which wraps the Schedules information found in the ScheduledApp's deployment document.
 

Uses of ScheduleConfig in org.openeai.config
 

Methods in org.openeai.config that return ScheduleConfig
 ScheduleConfig ScheduledAppConfig.getScheduleConfig(java.lang.String name)
          Returns a ScheduleConfig object for the name specified.
 

Methods in org.openeai.config with parameters of type ScheduleConfig
 void ScheduledAppConfig.addScheduleConfig(java.lang.String name, ScheduleConfig cConfig)
          Adds a Schedule configuration object to the HashMap of ScheduleConfigs contained within this ScheduledApp.
 



Copyright © 2002,2003 OpenEAI Software Foundation