Uses of Class
org.openeai.config.CommandConfig

Packages that use CommandConfig
org.openeai.afa   
org.openeai.config   
org.openeai.implementations.applications.moagen   
org.openeai.implementations.applications.testsuite   
org.openeai.implementations.gateways.messagedump   
org.openeai.implementations.gateways.requestproxy   
org.openeai.implementations.gateways.simple   
org.openeai.implementations.gateways.transroutergateway   
org.openeai.implementations.services.eas.commands   
org.openeai.implementations.services.els.commands   
org.openeai.jms.consumer   
org.openeai.jms.consumer.commands   
 

Uses of CommandConfig in org.openeai.afa
 

Methods in org.openeai.afa with parameters of type CommandConfig
 void Schedule.addCommand(java.lang.String name, CommandConfig cConfig)
          Adds a command to this schedule.
 

Constructors in org.openeai.afa with parameters of type CommandConfig
ScheduledCommandImpl(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.config
 

Methods in org.openeai.config that return CommandConfig
 CommandConfig ScheduleConfig.getCommandConfig(java.lang.String name)
          Returns a CommandConfig object for the specified ScheduledCommand name.
 CommandConfig ConsumerConfig.getCommandConfig(java.lang.String name)
          Returns a specific CommandConfig Java object by name that will be used to initialize an actual Command object during Consumer initialization.
 

Methods in org.openeai.config with parameters of type CommandConfig
 void ScheduleConfig.addCommandConfig(java.lang.String name, CommandConfig cConfig)
          This method adds a ScheduledCommand's configuration object to the list of CommandConfigs that this Schedule needs to initialize all the ScheduledCommands that it must execute.
 void ConsumerConfig.addCommandConfig(java.lang.String name, CommandConfig cConfig)
          Adds a CommandConfig Java object to the list (HashMap) of CommandConfigs that this consumer will execute.
 

Uses of CommandConfig in org.openeai.implementations.applications.moagen
 

Constructors in org.openeai.implementations.applications.moagen with parameters of type CommandConfig
MoaGenScheduledCommand(CommandConfig cConfig)
           
 

Uses of CommandConfig in org.openeai.implementations.applications.testsuite
 

Constructors in org.openeai.implementations.applications.testsuite with parameters of type CommandConfig
TestSuiteScheduledCommand(CommandConfig cConfig)
          This is the constructor used by the ScheduledApp foundation to instantiate this ScheduledCommand.
SyncVerificationCommand(CommandConfig cConfig)
          This is the constructor used by the PubSubConsumer to instantiate this command.
 

Uses of CommandConfig in org.openeai.implementations.gateways.messagedump
 

Constructors in org.openeai.implementations.gateways.messagedump with parameters of type CommandConfig
MessageDumpSyncCommand(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.implementations.gateways.requestproxy
 

Constructors in org.openeai.implementations.gateways.requestproxy with parameters of type CommandConfig
EnterpriseRequestProxyCommand(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.implementations.gateways.simple
 

Constructors in org.openeai.implementations.gateways.simple with parameters of type CommandConfig
SimpleMessage(CommandConfig cConfig)
           
FailureRequestCommand(CommandConfig cConfig)
          The constructor
 

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

Constructors in org.openeai.implementations.gateways.transroutergateway with parameters of type CommandConfig
TransRouterCommand(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.implementations.services.eas.commands
 

Constructors in org.openeai.implementations.services.eas.commands with parameters of type CommandConfig
EnterpriseUserRequestCommand(CommandConfig cConfig)
          Constructor
EnterpriseUserPermissionRequestCommand(CommandConfig cConfig)
          Constructor
EnterpriseSessionRequestCommand(CommandConfig cConfig)
          Constructor
EnterpriseApplicationServiceCommand(CommandConfig cConfig)
          The constructor of all EnterpriseApplicationService commands retrieves one PropertyConfig object from AppConfig by type and gets and sets the command properties using that PropertyConfig object.
ApplicationSessionRequestCommand(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.implementations.services.els.commands
 

Constructors in org.openeai.implementations.services.els.commands with parameters of type CommandConfig
EnterpriseSyncLoggerCommand(CommandConfig cConfig)
          Constructor
EnterpriseSyncErrorLogger(CommandConfig cConfig)
          Constructor
 

Uses of CommandConfig in org.openeai.jms.consumer
 

Methods in org.openeai.jms.consumer that return CommandConfig
 CommandConfig MessageConsumer.getCommandConfig(java.lang.String name)
          Returns a CommandConfig Java object from the list of ConsumerCommands associated to this consumer by name.
 

Methods in org.openeai.jms.consumer with parameters of type CommandConfig
 void MessageConsumer.addCommandConfig(java.lang.String name, CommandConfig cConfig)
          Adds a CommandConfig Java object to the list of Commands associated to this consumer.
 

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

Constructors in org.openeai.jms.consumer.commands with parameters of type CommandConfig
SyncCommandImpl(CommandConfig cConfig)
          Default constructor behavior that will apply to all SyncCommand implementations.
RequestCommandImpl(CommandConfig cConfig)
          Default constructor behavior that will apply to all RequestCommand implementations.
ConsumerCommand(CommandConfig cConfig)
          Default constructor behavior that will apply to all command implementations.
 



Copyright © 2002, OpenEAI Software Foundation