Extending a remote call with your own data.
使用自已的数据扩展远程调用。
Web services involve a specific kind of remote call.
Web服务包括一个特定类型的远程调用。
Pointer types cannot be passed in a remote call.
无法在远程调用中传递指针类型。
You'll have a button that will trigger your remote call.
还有一个按钮用于触发远程调用。
The sending server makes a remote call to the target server.
发送服务器对目标服务器进行远程调用。
The target server might make a remote call to downstream servers.
目标服务器对下游服务器进行远程调用。
It can easily be retrieved by another remote call in case it is then needed.
而且万一需要,由另一个远程调用来检索会更容易。
Setting up a remote call (finding Home interface for example, setting up marshaller, etc.)
构建远程调用(例如查找Home接口,构建编组程序(marshaller)等。)
The time before and after each remote call (the timestamps can show how long the call took)
每个远程调用之前和之后的时间(时间戳可以显示该调用花了多长时间)
The EJB accepts a command and then makes a remote call to a server identified by region.
EJB接受一个命令,然后远程调用根据域识别的服务器。
To actually create a remote call, start by adding the method signature to NumberGenerator.
要实际创建远程调用,首先需要将方法签名添加到NumberGenerator中。
Tokens can also be used for transmitting security related information for a single remote call.
令牌还可以用于为单个远程调用传输安全相关的信息。
In this case, the sending server prepares the token for the remote call in an outbound login module.
在这个示例中,发送服务器在出站登录模块中准备远程调用的令牌。
An application makes a remote call on the sending server and invokes the outbound request component.
应用程序在发送服务器中进行远程调用,并调用出站请求组件。
Synchronous calls are much more fragile, so to make a remote call more robust, make it asynchronous.
同步调用极易受破坏,所以为了使远程调用更稳固,要进行异步调用。
It has functions such as remote call, nc program management and so on, and drip feed is supported.
所开发的系统具有数控程序远程调用、程序库管理等功能,并支持数控设备的在线加工。
The time for the initial remote call (retrieving all languages) grows, as does the memory requirements for the cache.
初始远程调用(检索所有的语言)的时间增加了,同样,缓存需要的内存也增加了。
It can be a part of a remote call from the sending server, or simply a result of the application logic on the target server.
它可以是发送服务器远程调用的一部分,或者是目标服务器应用程序逻辑的结果。
If the valid function returns false for any of the two parameters, the remote call is canceled and an alert message is shown.
如果对于两个参数中的任何一个参数,valid函数返回false,那么取消远程调用,并显示一条警告消息。
To implement the use case, the client first performs a remote call to CartService and retrieves the Cart and CartItem objects.
要实现该用例,客户端首先执行一个对CartService的远程调用,检索Cart和CartItem对象。
When the application code on the sending server makes the remote call, the identity will reflect the new, asserted identity.
当发送服务器中的应用程序代码进行远程调用时,该标识将反映新的、断言的标识。
That piece of code is only needed for the client side to perform a remote call to the server for adding the tasks to the database.
只有客户端需要这段代码,用于对服务器执行远程调用,以将任务添加到数据库中。
In other words, the client is not contacting the server with login-specific content before making the actual remote call (business).
换句话说,在进行实际的远程调用(业务)之前,客户机并不使用登录特定的内容与服务器进行联系。
By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
You're encapsulating the remote call in a server-side controller, so you might choose to do some more extensive error correction there.
您正在将远程调用封装在一个服务器端控制器中,因此可以在这里加强错误处理。
Finally, the page is not displayed due to time-out problems in the remote call caused by the excessive amount of data to be transferred.
最后,由于远程调用的超时问题不能显示页面,这是由于需要传输的数据量太大而引起的。
So when the user changes the language, it can automatically be retrieved from the cache, without doing a remote call to the back end.
所以,当用户改变语言时,它会自动从缓存中被检索,而不需要对后端进行远程调用。
This remote call by the client to the server has its roots in remote Procedure call (RPC) protocol, which has been around since the 1980s.
客户机对服务器的远程调用是根据远程过程调用(rpc)协议生成的,该协议自20世纪80年代就存在。
You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
应用推荐