They will be deleted for you when you drop your client reference to them, and they are not connected to a data graph.
当丢弃对其的客户机引用且未连接到数据图时,会将其自动删除。
The client reference to the service needs to be regenerated to reflect the changes that have been made to the service.
需要重新生成服务的客户机引用,反映对服务所做的修改。
The reference is connected to the service by a wire, which says that the client reference is connected to the service.
引用通过连线(wire)连接到服务,意即客户端引用被连接到了服务上。
The client of a CORBA object acquires its object reference and USES it as a handle to make method calls, as if the object were located in the client's address space.
CORBA对象的一个客户程序获取了其对象引用,并将它用作句柄进行方法调用,就好像对象是位于客户程序的地址空间中一样。
You can also develop a component that consumes or ACTS as a client of the target service using a component reference.
还可以使用组件引用开发使用服务或作为目标服务的客户端的组件。
Reference qualifiers can specify asynchronous invocation reliability, and whether a target component's methods should be federated as part of any client transaction.
引用限定符可以指定异步调用的可靠性,以及是否应该联合目标组件的方法,使之成为任何客户端事务的一部分。
Anything from table cells to form fields to links, you can uniquely reference and modify client side through both their attributes and CSS properties.
从表的单元格到表单字段再到链接,您都能通过其特征和css属性惟一地引用和修改。
Now, write another root composite file to allow a local client to access the reference, and write the client code itself. This time, write and run a Ruby client.
现在,编写另一个根组合文件来允许本地客户机访问引用,并编写客户机代码本身。
When the server replies to the client, it needs to reference that same certificate from the client as used in the encryption processing.
当服务器对客户端进行应答时,进行加密处理时需要引用那个证书。
Finally, the article showed you a simplified way to reference EJBs in another EAR file and automate the task of the EJB client JAR creation for referencing applications.
最后,本文向用户展示了一个引用其他EAR文件中的EJB的简单方法,该方法能够引用另一ear文件中的EJB,且能自动为引用应用程序创建e JB客户端jar。
To write a client application that performs discovery through UDDI, you need to search for BusinessServices that reference the appropriate TModel.
要编写一个在整个UDDI中执行发现的客户机应用程序,您需要搜索引用适当的TModel的BusinessService。
To do this, we'll add a reference to the SSL configuration to the Web service client deployment descriptor files.
为此,我们将指向SSL配置的引用添加到Web服务客户机部署描述符文件中。
With your server processes started, you can connect to and use the grid by retrieving your reference to the WebSphere eXtreme Scale grid in the client with the code shown in Listing 4.
您的服务器进程启动之后,您可以使用清单4中的代码,通过检索对客户端中的WebSphereeXtremeScale网格的引用来连接到并使用该网格。
The Geronimo client application container resolves your EJB reference and accesses the EJB remotely, transparent to you.
Geronimo客户机应用程序容器解析EJB引用并远程访问 EJB,这些操作对于您是透明的。
To use the ADO.NET driver in your Visual Studio project, make sure you add a reference to the IBM.Data.Informix.dll found in the /bin directory of your client SDK installation.
要在VisualStudio项目中使用 ADO.NET驱动程序,则必须确保已将一个引用添加到客户端SDK 安装的 /bin目录中找到的 IBM.Data.Informix.dll 中。
The WLM portion of the WebSphere Application Server run time returns an indirect IOR (interoperable object reference) to the EJB client as a result of the lookup call.
WebSphereApplicationServer运行时的WLM部分把一个间接IOR(可互操作的对象引用)返回到EJB客户机作为lookup调用的结果。
This client also has an adminobject element that maps the TradeStreamerTopic reference to its actual destination.
此客户端也有一个adminobject元素,该元素将TradeStreamerTopic引用映射到其真正的目的地。
The core JAX-RPC package contains a fully functional JAX-RPC client for invoking Web services and a reference implementation of a JAX-RPC server.
核心JAX - RPC包包含一个用于调用Web服务的功能完备的JAX - RPC客户机以及JAX - RPC服务器的一个参考实现。
When a Lotus Notes client accesses a redirection marker, if the file has been moved the reference is replaced; if the file has been deleted, the reference is deleted.
当LotusNotes客户机访问重定向标记时,如果文件已被移动,则引用将被取代;如果文件已被删除,则引用将被删除。
The ORB pass by reference option will only provide a benefit when the EJB client (that is, servlet) and invoked EJB module are located within the same classloader.
仅当EJB客户机(即servlet)和所调用的 EJB模块位于相同的类加载器中时,ORB通过引用传递选项才能够带来收益。
By clicking on the reference, the RAM Web client or the RAM Eclipse client will attempt to resolve the reference.
单击该引用,RAMWeb客户端或RAMEclipse客户端将试图解析该引用。
The method call on the orb string_to_object() will simply take our ior string and convert it to an object reference. Here is the code from our client, SimpleCalcClient.java
对orb string_to_object()的方法调用只取得ior字符串,并将它转换成对象引用。
In this example, we will use the most straightforward method of all — writing our object reference to a file that will be picked up by our client.
在这个示例中,我们将使用所有方法中最直截了当的一种—将对象引用写入一个文件,该文件将由客户机选取。
In Figure 2, you can see that the client application container provides a reference resolution and mapping layer with JNDI.
在图2中可以看到,客户机应用程序容器提供了带有JNDI的引用解析和映射层。
Most of the interfaces that are used on the client are also used on the server or have a reference implementation component that uses the same interfaces on the server.
大多数在客户机上使用的接口也可以用在服务器上,或者在服务器上有一个使用这些相同接口的参考实现组件。
This extra level of mapping allows a client application to be developed using fixed-reference names and flexibly map to actual EJBs at the deployment time.
这层额外的映射允许使用固定的引用名称开发客户机应用程序,并在开发时灵活地映射到实际的EJB。
The data exchange semantics for calls to local services is by-reference, here changes made to parameters are seen by either the client or the service provider.
本地服务的调用的数据交换语义是以引用为基础的,其中,客户机或服务提供者会看到对参数的更改。
After the object reference is obtained, the client application can call methods on that object as if that object was a local one.
获取对象引用后,客户端应用程序可以调用该对象上的方法,该对象就好像是本地对象。
After the object reference is obtained, the client application can call methods on that object as if that object was a local one.
获取对象引用后,客户端应用程序可以调用该对象上的方法,该对象就好像是本地对象。
应用推荐