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

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

    youdao

  • 对于远程调用方法——比如绑定服务(bound service)中的方法理所当然的。

    This is primarily true for methods that can be called remotely-such as methods in a bound service.

    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

  • 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

  • 使用SOAP程序SOAP服务器发送“SOAP请求”(一个简短XML文档描述远程机器调用方法所有要传递参数)。

    With SOAP, your program sends a "SOAP request" (a short XML document that describes a method to invoke on a remote machine and any parameters to pass to it) to a SOAP server.

    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

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

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

    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

  • 第1部分中的理论部分显示远程调用不同阶段得出减少远程调用数量提高性能主要方法

    The theory section in Part 1 showed the different steps of a remote call with the conclusion that reducing the number of remote calls is a main way to improve performance.

    youdao

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

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

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