Asynchronous callback invocation breakdown view.
异步回调调用细分视图。
There is an asynchronous callback model and an asynchronous polling model.
其中包含异步回调模型和异步轮询模型。
So this paper presents a new asynchronous callback model based on distributed objects.
因此,本文介绍一种新的基于分布对象的异步回调模型。
It continues executing until it receives an asynchronous callback from the remote server.
它继续执行,直到从远程服务器收到异步回调。
The asynchronous callback method related to displaying the initialization user interface (UI).
与显示初始化用户界面(UI)相关的异步回调方法。
Scriptaculous uses an asynchronous callback mechanism to notify listeners about the life cycle of effects.
Scriptaculous使用异步回调机制把特殊的生命周期通知给侦听器。
Each message is published, along with an asynchronous callback listener, to a message bus residing on the business tier.
每条消息连同异步回调侦听程序一起被发布到驻留在业务层的消息总线。
The asynchronous callback equivalent of the synchronous operation shown in Example 4 consists of a request operation like this.
在例4中显示的同步操作的等价异步回调包含如下一个请求操作。
Refer back to Listing 4 now and note that to make an asynchronous callback to the server, you have to know the URL to request.
现在,再回到清单4,注意到为了向服务器进行异步回调,您必须要知道这个请求的URL。
When the invocation between Invoker and InvokeeSync is an asynchronous callback invocation, you get the breakdown view shown in Figures 17 and 18.
当Invoker与InvokeeSync之间的调用是异步回调调用时,您将获得如图17和18所示的细分视图。
Callback service provides asynchronous communication from a service provider back to its client.
回调服务提供从服务提供者回到其客户机的异步通信。
The service Invoke primitive has a property that, when specified, prevents the mediation flow component from using the asynchronous with callback style for the service invocation.
服务调用原语具有一个属性,在指定该属性时,可以防止中介流组件对服务调用使用带有回调的异步调用样式。
This is a simple version of a service for placing an order for some widgets, where the service is asynchronous and the client is informed of progress via a callback interface.
这是一个对某些物品下订单的服务的简单版本,其中服务是异步的,通过一个回调接口通知客户端进度信息。
This code includes a callback function when your service responds successfully to your asynchronous request.
代码中包含服务成功响应异步请求时调用的回调函数。
This callback approach is common in asynchronous networking frameworks.
这种回调方法在异步网络框架中很常见。
Basic callback - The basic callback scenario combines two synchronous request-response scenarios to enable asynchronous processing.
基本回调——基本回调场景由两个同步请求?响应场景组成,以便能够进行异步处理。
This new interface allows for finer grained notifications during the asynchronous invocation of a service, but it does not provide the polling mechanism formerly found in the Callback class.
藉由这个新的接口,开发人员可以实现service异步调用过程中的细粒度通知,但它并没有提供Callback类中的轮询机制。
Besides the stub class (and callback handler class if you generate with asynchronous support), there's also an interface generated for your client code.
除了存根类(如果使用异步支持生成的话,还包括回调处理程序类)外,还有为客户机代码生成的接口。
Asynchronous: Indicates the preferred invocation style is either asynchronous with deferred response or asynchronous with callback.
异步:指示首选的调用样式是带有延迟响应的异步调用或带有回调的异步调用。
In earlier versions of Axis2 a class named, callback, which could be used as the callback mechanism for asynchronous messages or as a polling mechanism.
Axis2的早期版本中有一个叫做Callback的类,它可以被用来作为异步式消息的回调机制,或是一种轮询(polling)机制。
In such cases, you need to override the onreadystatechange function of the XMLHttpRequest instance so that you can set a callback function for the asynchronous request.
在这种情况下,需要覆盖XMLHttpRequest实例的onreadystatechange函数以便您可以为这个异步请求设置一个callback函数。
The alternative mechanism to using Future objects is to register a callback to the asynchronous operation. The CompletionHandler interface has two methods.
使用Future对象的替代机制,是向异步操作注册一个callback。
In the asynchronous with callback invocation, the invoked service USES a new thread of execution.
在带回调的异步调用中,被调用的服务使用新的执行线程。
Asynchronous programming can sometimes be a hassle and I understand if developers sometimes omit the callback references just to keep the control flow more straight-forward.
异步编程有时候非常麻烦,我明白开发人员有时候忽略回调引用,是否只是想让控制流能更加直截了当一些。
It's therefore not possible for the mediation flow component to invoke a service using asynchronous with callback.
因此,中介流组件不可能使用带有回调的异步调用调用服务。
This section shows you how to debug the asynchronous one-way, deferred-response, and callback invocations.
本部分介绍如何调试异步单向、延迟响应和回调调用。
The callback function is a standard construct in asynchronous APIs.
回调函数是异步api的标准结构。
We ask an asynchronous service to do some work and give it a callback function.
我们请求一个异步服务去做点什么,并且给它一个回调函数。
The asynchronous way requires to pass in a callback that is called once the Job is finished; in Ruby this is, of course, done with a block.
异步方式需要传递一个回调函数,一旦job完成工作便调用此函数;在Ruby中,这个当然是使用代码段来完成。
Next, since the searches take place in an asynchronous fashion, we must submit a search, wait for the result callback, check for the terminating condition, and then submit another search.
其次,由于搜索是以异步方式进行的,所以我们必须提交一个搜索、等待结果回调、检查中止条件、然后提交另一个搜索。
应用推荐