• 然而EJB消息传输定义端点远程异步方法调用定时器等领域还是一席之地的。

    However, EJB will still have a place in defining endpoints for message delivery, remote and asynchronous method invocation, timers, etc.

    youdao

  • 介绍了CORBA中的异步激发方式多线程方式、单向异步激发方式、延迟同步激发方式以及异步方法调用方式,讨论各种异步激发方式的优缺点。

    In this article, we introduce four kinds of asynchronous invocation way in CORBA:Multithread, Oneway, Deferred Synchronous and AMI. We also discuss their advantages and disadvantages.

    youdao

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

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

    youdao

  • 验证方法调用时,对服务器异步调用触发

    The asynchronous call to the server will be triggered when the validate method is called.

    youdao

  • 无法使用简单方法返回异步调用结果

    There's no easy way to return the result of an asynchronous call.

    youdao

  • 异步操作完成或者事件触发时候就会调用方法作为事件的反应

    When the asynchronous operation finishes or when the handled event takes place, a method gets called and executed as a reaction to the event.

    youdao

  • 引用限定符可以指定异步调用可靠性以及是否应该联合目标组件方法,使之成为任何客户端事务一部分。

    Reference qualifiers can specify asynchronous invocation reliability, and whether a target component's methods should be federated as part of any client transaction.

    youdao

  • 执行远程调用时,创建实例将其传递异步服务方法清单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.

    youdao

  • 查询任务前面的一样,但是现在调用异步方法查询申明任务

    Query tasks as the one before, but now it will call the unsynchronized methods to query and claim the task.

    youdao

  • 可以通过调用API中的不同方法使用WSIF客户机进行异步调用

    The same WSIF client can be used for asynchronous invoke by invoking a different method in the API.

    youdao

  • 如果上述WSDL -代码-生成”方法开始可以要求代码生成器启用服务异步调用

    If you're starting with the WSDL-code-generation method described above, you can ask the code generator to enable asynchronous invocations to your service.

    youdao

  • 全局层次上来看其实一种异步序列因为开始attach方法调用是朝着方向的。

    At an overall level this is an asynchronous sequence, since the first attach method call goes in one direction.

    youdao

  • 这个方法返回一个IAsyncResult可以监测完成,也可以等待WaitHandel或者完成异步调用

    The method returns an IAsyncResult, which can be used to monitor completion, wait on the WaitHandle, or complete the asynchronous call.

    youdao

  • 从本质上说,Ajax的异步特性使客户机浏览器能够服务器发送请求调用服务器端的方法

    Essentially, the asynchronous features provide the means for the client browser to send requests or call methods that are executed on the server side.

    youdao

  • 异步调用返回可以通过EndInvoke方法回收

    The return value of an asynchronous call can be recovered by calling the EndInvoke method.

    youdao

  • References指定异步调用可靠性以及一个目标组件方法是否应该组合客户事务一部分。

    References: These specify the reliability for asynchronous invocations and whether a target component's methods should be federated as part of any client transaction.

    youdao

  • 异步方法返回Future对象对象使得客户可以获得一个结果检查异常或者尝试取消正在进行中的调用

    An asynchronous method can return a Future object that allows the client to retrieve a result value, check for exceptions, or attempt to cancel an in-progress invocation.

    youdao

  • 使用回调处理程序异步调用代理方法

    Invoke the method on the proxy asynchronously with callback handler.

    youdao

  • 告诉我们接下来的赋值过程使用异步的方式,ReadAsync函数为BeginReadEndRead方法如何调用提供规范

    "Tells us that the bind will be made asynchronously, and the ReadAsync function provides the specification of how the BeginRead and EndRead methods should be called."

    youdao

  • 异步调用代理方法

    Invoke the method on the proxy asynchronously.

    youdao

  • 单元测试返回一个doh.Deferred对象时,必须捕获异步调用中产生所有错误信息它们传递对象的errback方法

    When a doh.Deferred object is returned from a unit test, you must catch all errors from the asynch call and pass them to the object's errback method.

    youdao

  • 接收消息调用(异步)接收bean将消息内容解包调用目标业务逻辑e JB中的方法

    The (asynchronous) receiver bean is invoked upon receipt of a message to unpack the message content to invoke a method on a target business logic EJB.

    youdao

  • 执行过程中,BPEL流程调用异步服务方法是将另一消息放在名为IMPORTQ的MQ出站队列

    During its execution, the BPEL process will invoke an asynchronous service by placing another message on an outgoing MQ queue called IMPORTQ.

    youdao

  • 通过异步方法调用容器控制权返还客户并且单独线程上继续处理调用

    With an asynchronous method invocation the container returns control to the client and continues processing the invocation on a separate thread.

    youdao

  • 使用异步调用调用任务需要查找调用任务特定位置生成输出能够继续后续操作时,这种方法特别重要的。

    This is especially important when asynchronous invocation is used where the calling task has to look for the output of the called task appearing at a particular location to continue further.

    youdao

  • 它们几乎需要进行配置,它们根据客户端的调用样式(同步异步等等)来使用不同传输方法

    They require very little configuration and use different transports depending on the client invocation style (synchronous, asynchronous, and so on).

    youdao

  • 异步性(asynchronicity)——如果一个方法,由得到的架构假定模块调用将被立即响应,那么该方法满足异步性。

    Asynchronicity - a method satisfies Asynchronicity if it yields architectures that do not assume an immediate response from a module invocation.

    youdao

  • 客户异步调用WebServices第二方法传输层实现

    The second method for invoking web services asynchronously from the client side by way of the transport-level. Eran describes the transports provided by axis2.

    youdao

  • 异步方法可能支持多个起的调用(多个并行调用),允许代码在此方法完成其他挂起的操作之前调用方法任意多次

    An asynchronous method may also support multiple pending calls (multiple concurrent invocations), allowing your code to call it any number of times before it completes other pending operations.

    youdao

  • 表示一个该类负责调用异步控制器操作方法

    Represents a class that is responsible for invoking the action methods of an asynchronous controller.

    youdao

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

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

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