• 规则往返远程方法调用有两条消息条负责请求,一条负责响应

    A regular round trip remote method call is modeled as two messages, one for the request and one for the response.

    youdao

  • 客户机JAX - RPC亮点之一就在于上下文信息端点远程方法调用关联起来。

    One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.

    youdao

  • 为了示范基本技术清单1Python代码使用动态特性所有远程方法调用记录控制台标准错误中。

    To demonstrate the basic technique, Listing 1 shows Python code that USES dynamic features to log all invocations of a remote method to standard error on the console.

    youdao

  • 事件处理器可以任何事,包括调用对象方法运行命令或者远程对象进行调用

    A handler can be anything from calling a method on an object, running a command or invoking a remote object call.

    youdao

  • 就告诉DWR远程客户机可以调用该类方法

    This tells DWR that remote clients can call methods in this class.

    youdao

  • 让我们一看如何使用所有这些元素成功地远程计算机上调用我们EJB组件方法

    So, let's see how we use all these elements to successfully call methods on our EJB component from remote machines.

    youdao

  • 这个实例中,过度地使用高速缓存减少远程调用数量但是方法同样导致性能下降而不是提高

    In this example, caching was used to overly reduce the number of remote calls, but this approach also resulted in a performance degradation, not improvement.

    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

  • 来说,OR B通过引用传递选项基本上将调用EJB方法作为本地调用对待(甚至对于远程接口EJB),避免必需对象复制操作

    To summarize, the ORB pass by reference option basically treats the invoked EJB method as a local call (even for EJBs with remote interfaces) and avoids the requisite object copy.

    youdao

  • EJB 2.0规范引入了本地客户端视图同一J VM里运行EJB时避免了远程方法调用

    The EJB 2.0 specification introduced local client views, which eliminate the need to use remote method invocations when running EJBs within the same JVM.

    youdao

  • 需要一定方法存储信息以便脚本调用远程服务

    You'll need some way to store this information and make it available to the your script that is going to invoke your remote service.

    youdao

  • 通过注入代理对象引用而不是注入实际EJB远程接口存根Spring可以捕获业务方法调用过程中引发异常

    Spring can also catch exceptions thrown during business method calls by injecting a reference to a proxy object instead of the actual EJB remote interface stub.

    youdao

  • Converterbean可以调用我们公开远程方法

    It is on this Converter bean that we can call our exposed remote methods.

    youdao

  • 正如Timerrun方法真正验证ajax应用程序功能及其应用远程过程调用地方

    As you can see, the Timer's run method is where I actually verify the functionality of my Ajax application and its use of a remote procedure call.

    youdao

  • Web服务提供了一种标准方法实现可以远程调用业务功能

    Web services provide a standard way to implement a business function that can be invoked remotely.

    youdao

  • 返回远程会话bean用于调用 bean业务方法

    The remote session bean is returned to be used to call the bean's business methods.

    youdao

  • EJB通信应用程序(这些应用程序基于远程方法调用(Remote Method Invocation,RMI)servlet)必须使OR b线程大小被配置

    Remote Method Invocation (RMI) -based and servlet-based applications that communicate with EJBs must have the ORB thread pool size configured.

    youdao

  • 通过引用传递方法参数没有复制每个远程调用堆栈中,而这个复制过程可能代价高

    By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.

    youdao

  • 那里继续SOAP一般而言RPC最大竞争对手之一,远程方法调用(rmi)相比较

    From there, I'll go on to compare SOAP, and RPC in general, with one of its biggest competitors, remote method invocation (RMI).

    youdao

  • 服务提供者提供一个简单方法描述申请形式响应远程方法调用信息(RMI)。

    It provides a simple way for service providers to describe the format of requests and response messages for remote method invocations (RMI).

    youdao

  • 组件客户端调用组件服务方法这些方法服务器远程运行访问存储库。

    A component's client library invokes the component's service methods which run remotely on the server and access the repository.

    youdao

  • HTML生成代码这些函数提供代理方法,这些方法调用服务器远程方法

    The HTML-generated code provides proxy methods for these functions, and these methods call the remote methods on the server side.

    youdao

  • 想一想执行远程方法调用机制,您会发现定义参数传递方向(客户机服务器、服务器到客户机或者双向传递)多么有意义

    If you think about the mechanics of making a remote method call, it makes perfect sense to define the direction that the parameters will be moving in — client-to-server, server-to-client, or both.

    youdao

  • 系列第2部分中,首先学习分布式对象方法远程过程调用方法关系密切

    In Part 2 of this series, you'll first learn about the distributed objects approach, as it's more closely aligned with RPC.

    youdao

  • 使用rmi可以调用本地对象方法一样调用远程对象方法

    Using RMI, you can call methods of remote objects just like you call methods of local objects.

    youdao

  • 封装器服务调用减少远程调用数量另一种方法

    Wrapper services on the remote side of the call are another way to reduce the number of remote calls.

    youdao

  • 调度方法引用远程调用程序发送调用消息位置,以及如何方法调用路由方法实现对象中

    A dispatching approach refers to where remote callers send their invocation messages and how the method invocations are routed to the method implementation object.

    youdao

  • 中介模式桥接角色使用模板方法模式实现,它通过几种不同基础通信技术远程服务调用提供支持

    The "bridge" role from the broker pattern was then implemented using the template method pattern to support remote service invocation using several different underlying communication technologies.

    youdao

  • 另外使用代码例子证明远程方法调用一个本地调用花费高于代价。

    In addition, using a code example, he demonstrates that a remote method call is more than a thousand times more expensive than a local method call.

    youdao

  • 这个特定示例中服务器断言标识作为远程调用方法参数发送

    In this particular sample, the asserted identity for the server side is simply sent as a method parameter of the remote invocation.

    youdao

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

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

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