|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandConfig | |
|---|---|
| org.openeai.afa | |
| org.openeai.config | |
| 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 |
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. |
CommandConfig |
ScheduleConfig.getCommandConfig(java.lang.String name)
Returns a CommandConfig object for the specified ScheduledCommand name. |
| Methods in org.openeai.config with parameters of type CommandConfig | |
|---|---|
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. |
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. |
| 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 | |
|---|---|
ConsumerCommand(CommandConfig cConfig)
Default constructor behavior that will apply to all command implementations. |
|
RequestCommandImpl(CommandConfig cConfig)
Default constructor behavior that will apply to all RequestCommand implementations. |
|
SyncCommandImpl(CommandConfig cConfig)
Default constructor behavior that will apply to all SyncCommand implementations. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||