• Upon the arrival of the response message, the Axis2 engine hands over this response message to the callback object.

    响应消息到达时,Axis2引擎响应消息移交回调对象

    youdao

  • Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.

    每个方法提供了一个回调对象这样可以完成远程过程调用后收到异步通知

    youdao

  • The new parsers store additional parsing information (problems, node locations) in an ILocationResolver instead of a callback object.

    解析一个ILocationResolver存储额外的解析信息(问题节点位置),而不是存储在回调对象中。

    youdao

  • In order to use this method you have to pass a callback object and once the invocation is completed, the callback object will be called.

    为了使用方法必须传递一个对象调用完成立即调用回调对象。

    youdao

  • There's a callback object the client provides that's notified by the SOAP engine after the engine receives the response from the server.

    存在一个客户机提供回调对象SOAP引擎服务器接收响应通知该对象。

    youdao

  • When the RqGuiApp operation is complete (I.e. the project is opened, the document has been created), the callback object is notified.

    RqGuiApp操作完成时(例如,工程打开文档已经创建等),对象将收到通知。

    youdao

  • Drivers register callback objects by passing a pointer to one of the object's interfaces to the framework object that raises the related event.

    驱动程序通过传递一个接口指针分发相关事件框架对象注册回调对象

    youdao

  • Lower-bounded wildcards show up when you want to specify a callback object, such as a comparator, or a data structure into which you are going to place a value.

    希望指定回调对象(例如一个比较器)存放某个数据结构,可以使用下限通配符

    youdao

  • To receive acknowledgments of publications, a callback handler must be created and registered with the MQTT client object.

    收到发布确认必须创建回调处理程序,此处理程序还必须用MQTT客户机对象注册

    youdao

  • This interface provides callback methods for many different Hibernate events, including object creation, modification, and deletion.

    这个接口许多Hibernate事件提供回调方法包括创建修改删除对象

    youdao

  • The V8 security system can then fetch the security callback of the object being accessed and call it to ask if another context is allowed to access it.

    V8安全系统可以获取访问对象安全回调函数并且调用判断是否允许另外一个context访问它。

    youdao

  • Use the XMLHttpRequest object to make a call to the server by defining a callback function that is executed automatically when the server response is received.

    使用XMLHttpRequest对象服务器进行调用采用的方法定义一个回调函数收到服务器响应时,会自动执行这个函数。

    youdao

  • One that I often see is when users don't inspect the readyState or status fields of the object in the callback.

    经常看到种情况就是,用户没有在回调中检查对象的 readyStatestatus字段

    youdao

  • Similarly, if you need to access the object that emitted the signal, you use the first parameter, which is button in this specific callback.

    类似地如果需要访问发出信号对象就要使用第一参数这个具体回调button

    youdao

  • The Future object is not serializable, which means that in a highly available environment the handle returned by the callback handler cannot be replicated.

    Future对象不可序列化,意味着高度可用环境中,回调处理程序返回的句柄不能被复制。

    youdao

  • You can specify whether access to an object should be allowed by setting the security callback on the object, using the SetAccessCheckCallbacks method on object templates.

    可以通过使用对象模版SetAccessCheckCallbacks方法设置对象安全回调函数,以此来指定是否允许访问该对象。

    youdao

  • Sends the specified SOAP.Envelope object to the the Web service and invokes a callback when a response is received.

    指定的 SOAP.Envelope对象发送Web服务,然后在接收到响应后调用回调函数

    youdao

  • The second servlet will be my callback; it will process the response from Twitter and create a corresponding User object.

    第二servlet作为回调处理来自Twitter响应创建相应User对象

    youdao

  • If a callback function is provided, this function sets the onreadystatechange property of the XHR object to that callback function.

    如果提供了,那么这个函数XHR对象onreadystatechange属性设置这个回调函数。

    youdao

  • This state object is passed to your timer callback function during each timer event invocation.

    一个定时器事件被调用时state对象作为一个参数传递定时回调函数

    youdao

  • Make sure that when you set up your request, you set the callback function to updatePage ; to do this, set the onreadystatechange property of your request object to updatePage .

    确保建立请求时,将回调函数设置updatepage实现这种设置,可以将请求对象onreadystatechange属性设置为updatepage 。

    youdao

  • The first servlet will create a Session object, register a callback URL for Twitter, and shunt the user to Twitter for authentication.

    第一servlet创建Session对象Twitter注册回调url以及用户转向Twitter以便授权

    youdao

  • This new code just looks to see whether the request object has changed in response to this onreadystatechange callback.

    这个代码只是查看请求对象是否发生改变,响应onreadystatechange回调。

    youdao

  • Keep in mind that the timer callback function is executed on a worker thread, so you'll want to ensure that you have thread-safe access to the state object.

    记住定时回调功能一个工作者线程执行的,所以必须确保访问state对象线程安全。

    youdao

  • As I show in Listing 3, all the XMLHTTPRequest object provides is a callback mechanism called onreadystatechange.

    正如清单3展示一样,XMLHTTPRequest对象所提供全部内容一个名为onreadystatechange的回调机制

    youdao

  • After the initialization of the XHR object, the rpc.tag file generates an Ajax callback named processResponse .

    完成XHR对象初始化,rpc. tag文件生成一个名为processresponse的Ajax回调

    youdao

  • Converting whatever Spring callback into a Scala function can easily be achieved with an implicit conversion as the one defined in the GenericJpaDaoSupport object.

    可以通过转换Spring回调轻松转换Scala函数GenericJpaDaoSupport对象所示。

    youdao

  • Notice that then, in the body of the loop, I use callback to invoke the passed parameter function object.

    然后注意循环使用callback调用传递参数函数对象

    youdao

  • This callback is given the object being accessed, the name of the property being accessed, the type of access (read, write, or delete for example) and returns whether or not to allow access.

    访问对象、被访问属性、访问的类型例如删除)将被传递函数,回调函数会返回是否允许访问

    youdao

  • This can cause late detection that the callback was not running in the correct object context (for example, incorrect object instance variable values).

    可能会导致是否运行正确对象上下文内检测滞后(例如,对象实例变量的值不正确)。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定