Start the listener at the target for the receiver end of the channel from the source by issuing this command.
通过发出这条命令,为从源开始的通道的接收器端启动目标系统的侦听器。
Define a receiver channel at the source queue manager from the target queue manager by entering this command.
通过输入这条命令,在源队列管理器定义来自目标队列管理器的接收端通道。
Define a receiver channel at the target queue manager from the source queue manager by entering this command.
通过输入这条命令,在目标队列管理器定义来自源队列管理器的接收端通道。
Figure 7. Command-line output of receiver application.
图7.receiver应用程序的命令行输出。
Command-line output of receiver application.
receiver应用程序的命令行输出。
I am learning command design pattern. As far as I know, four terms always associated with the command pattern are command, receiver, invoker and client.
我在学习命令设计模式。据我所知,总是与命令模式相关的四项命令,接收,调用和客户端。
So a command can be reused by many invokers to execute the same action on the receiver.
所以一个命令可以重复使用许多调用接收器上执行相同的动作。
The receiver must do the work , not the command itself , the command just knows what is the receiver method to call, or the command can execute other commands .
接收机必须做的工作,不是命令本身,命令才知道电话接收器的方法是什么,或命令可以执行其他命令。
As far as I know, four terms always associated with the command pattern are command, receiver, invoker and client.
据我所知,总是与命令模式相关的四项命令,接收,调用和客户端。
When the receiver returns a response, the sequence number of the response and the sequence number of the corresponding command must be the same.
接收方在返回应答时,应答的序列号必须和相对应的命令的序列号相同。
The Invoker makes a request by calling execute() and the Concrete Command carries it out by calling one or more actions on the Receiver.
发送者调用一个操作,接受者接受请求执行相应的动作,发送者无需知道接受者任何接口。
The Invoker makes a request by calling execute() and the Concrete Command carries it out by calling one or more actions on the Receiver.
发送者调用一个操作,接受者接受请求执行相应的动作,发送者无需知道接受者任何接口。
应用推荐