Command objects can be either stateful or stateless.
Command对象可能是有状态的,也可能是无状态的。
All business logic is encapsulated in Command objects by applying the Command pattern.
所有的业务逻辑通过应用Command模式来封装在Command对象中。
So all the command objects should be residing in both the client app and the invoker app.
因此,所有的命令对象应该是居住在在客户端应用程序和应用程序的调用者。
The ability to cache command objects within WebSphere Application Server is configured using cachespec.xml.
在WebSphereApplicationServer内缓存命令对象是利用cachespec . xml来配置的。
Each method can, in turn, invoke one or more encapsulated command objects in order to carry out the specific operation.
为了执行特定的操作,每个方法可以轮流调用一个或多个封装的command对象。
Further, implementing command objects in this way allows business logic to be reused in other areas of your Web application.
更进一步,通过这种方式实现command对象允许您在Web应用程序的其它领域重用业务逻辑。
There is not a great deal of consistency between the syntax, functions, and naming conventions of the four wsadmin command objects.
四种wsadmin命令对象的语法、函数和命名约定之间没有大量的一致性。
The implementation of this interface involves having each of the toUpper and toLower operations delegate to the appropriate command objects.
这个接口的实现分别包括指定到适当的command对象的toUpper和toLower操作。
The command facade pattern combines these two approaches by introducing a facade interface that sits in front of one or more command objects.
commandfacade模式通过引入位于一个或多个command对象前端的facade接口来合并这两种方式。
The main part of the wizard's work is in configuring the four data command objects that the adapter USES to pass data to and from the database.
精灵的主要工作,在于组态配接器使用的四个资料命令物件,以便在资料库之间相互传送资料。
A single method on the facade interface can execute one or more command objects, so the facade input parameters and the method return value need to be well chosen.
在facade接口中一个单独的方法可以执行一个或多个command对象,因此facade输入参数和方法返回值需要进行很好的选择。
The goal of the facade is to simplify and centralize access to the underlying command objects in order to make those commands more accessible as a WSDL-described Web service.
Facade的目标是为了简化并集中对底层command对象的访问,从而使这些command更容易作为用WSDL 描述的Web 服务而被访问。
The policy of Simple Factory is reformed, and applied to produce command objects, which eliminates the limitations of past Simple Factory and makes up the defect of Factory Method.
改进了简单工厂模式的实现策略,克服了原来简单工厂模式的局限性,同时弥补了工厂方法模式的不足。
Enabling triggering on the queue manager requires definition of two objects and altering the existing command queue, as shown in Listing 2.
在队列管理器上启动触发机制需要定义两个对象并改变现有的命令队列,如清单2所示。
This causes code to be automatically generated to create the ADO.NET connection, command, and data adapter objects that are added to the component tray.
这可导致自动生成代码以创建将添加到组件托盘中的 ADO.NET连接、命令和数据适配器对象。
This is something to watch out for as the command may come back as successful even if all the child objects were not started.
即使所有的子对象都没有启动,当命令成功返回时,也应该提防这个问题。
To make tests into objects, they used the Command pattern, which encapsulates "a request as an object, thereby letting you […] queue or log requests."
为了使测试成为对象,他们使用了Command模式,该模式“将请求封装成对象,从而可以……建立请求队列或者记录请求”。
There are two script package-related objects defined by the command line tool.
这里有两个由命令行工具定义的与脚本包相关的对象。
The wsadmin tool USES a set of management objects that lets you execute commands and command parameters to configure your environments.
wsadmin工具使用了一组管理对象,这些对象允许您执行命令和使用命令参数来配置您的环境。
To gather statistics and DDL for only certain tables and related objects, use the following command.
为了仅仅收集某些表和相关对象的统计数据和ddl,可使用下列命令。
The following db2look command creates the DDL to duplicate all database objects, along with the configuration and statistical information.
下列db2look命令创建了DDL以复制所有数据库对象,以及配置和统计信息。
Create the queue manager objects by issuing the following command.
用以下命令创建队列管理器对象。
When WebSphere Commerce acts as a service consumer, the client API is called from the task command to send and receive the message using service data objects to the remote system.
当WebSphereCommerce充当服务使用者时,任务命令调用客户端API来使用服务数据对象将消息发送到远程系统或从远程系统接收消息。
The niminv command gathers, compares and conglomerates software and, if applicable, hardware installation version inventory from nim objects.
niminv命令从nim对象收集、比较和聚集软件和硬件(在合适的情况下)安装版本目录。
The drag-and-drop operation will automatically generate the required ADO.NET connection, command, and data adapter objects and add them to the form's component tray.
该拖放(drag-and-drop)操作将自动生成所需的 ADO.NET连接、命令和数据适配器对象,并将其添加到窗体的组件托盘上。
After storing all objects to the database, a simple find query (specified in the command line) is executed and a List of matched results is returned.
将所有对象存入数据库后,会执行一个简单的find查询(在命令行中指定)并返回一份相匹配结果的List。
Be aware that the -dn entry in the command defines the root for the distinguished names of the objects to be stored in the database repository.
请注意,命令中的- dn项定义要存储在数据库存储库中的对象的专有名称的根。
Run the JMSAdmin command to create the above JMS objects.
运行JMSAdmin命令,创建上面的JMS对象。
As for objects residing in /lbosdata and DB2 NSE text indexes, to restore them from Tivoli Storage Manager, enter the following command (the same command as shown in previous listings)
对于 /lbosdata和DB2NSE文本索引中的对象,要通过TivoliStorageManager还原它们,输入以下命令(前面的清单列表已展示过相同的命令)
Create a library called CVTTEMP in which the program objects will be stored by issuing the CL command CRTLIB from the CL command line as follows.
从CL命令行运行命令CRTLIB,创建一个名为CVTTEMP的库,该库用于存储程序对象。
应用推荐