通过减少远程方法调用可以提高应用程序的性能。
By reducing the remote method calls, application performance can be improved.
这就意味着在中间层和第三层之间将有大量的远程方法调用。
This meant a lot of remote method calls between our middle and third tier.
这对于仅仅创建一个用户来说,所使用的远程方法调用相当多。
通知探查器进程已收到一个远程方法调用或激活请求。
Notifies the profiler that the process has received a remote method invocation or activation request.
远程区域提供了一个使用远程方法调用(RMI)API 的缓存区域。
The remote region provides a cache region using a remote method invocation (RMI) API.
一个规则的有往返的远程方法调用有两条消息,一条负责请求,一条负责响应。
A regular round trip remote method call is modeled as two messages, one for the request and one for the response.
通知探查器进程正在调用某个方法来响应某个远程方法调用请求。
Notifies the profiler that the process is invoking a method in response to a remote method invocation request.
可以使用任何类型的序列化机制处理远程方法调用和数据的序列化。
You can use any kind of serialization mechanism to handle the remote method calls and the serialization of data.
通知探查器进程已完成应某个远程方法调用请求而对某个方法的调用。
Notifies the profiler that the process has finished invoking a method in response to a remote method invocation request.
这种情况下,servlet查找EJB并进行远程方法调用,象下面这样操作数据。
In this case, the servlet looks up the EJB and makes remote method calls to manipulate the data as follows.
直接访问远程实体Bean的Portlet通常会导致多个远程方法调用。
A portlet accessing a remote entity bean directly usually results in several remote method calls.
它为服务提供者提供一个简单的方法描述申请的形式并响应远程方法调用信息(RMI)。
It provides a simple way for service providers to describe the format of requests and response messages for remote method invocations (RMI).
客户机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.
动态发现过程的目的是自动化地添加客户平台和开始对远程方法调用的机器上的 DCI 的监控。
The purpose of the dynamic discovery process is to automatically have the client workbench attach and begin monitoring the DCI located on the machine where the remote method is being invoked.
从那里,我继续将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).
通过构造一个应用远程方法调用的技术和面向对象的概念,来实现工作流动态柔性的原型系统。
A prototype system that realize the dynamic flexibility based on the Middleware technology and the object-oriented concept is introduced.
远程方法调用(Remote Method Invocation,RMI)用特殊的方式利用序列化过程。
Remote Method Invocation (RMI) employs the serialization process in a special manner.
每个远程方法调用都包括将数据从客户机ejb存根传送到服务器,然后再传送回产生网络流量的客户机ejb存根。
Every remote method call involves transferring data from the client EJB stub to the server and back to the client EJB stub generating network traffic.
远程方法调用仍然使用按值调用(call -by - value)语义,您当然需要知道该语义。
Remote method calls still use call-by-value semantics of which you certainly need to be aware.
一个会话bean访问多个实体bean比允许客户机进行多次远程方法调用效率要高得多,维护起来也要容易得多。
A session bean accessing multiple entity beans is much more efficient and easy to maintain than allowing clients to make multiple remote method calls.
为了示范基本的技术,清单1中的Python代码使用动态特性将所有的远程方法调用记录到控制台的标准错误中。
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.
远程方法调用(RPC)服务可以让你的应用与远程服务器通信并获得数据,或者向远程服务器发送数据。
Remote-procedure-call (RPC) services let your application interact with remote servers to provide data to your applications, or for your application to send data to a server.
holder类的内容是通过远程方法调用修改的,且服务客户机在方法调用后可以使用这些修改过的内容。
The contents of the Holder class are modified by the remote method calls and the service client can use this changed content after the method invocation.
想一想执行远程方法调用的机制,您就会发现定义参数传递的方向(客户机到服务器、服务器到客户机或者双向传递)是多么的有意义。
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.
例如,如果所有远程方法调用(Remote Method Invocation,RMI)调用必须在120秒内完成,则对银行设备的每次服务调用最多花费120秒时间。
For example, if all Remote Method invocation (RMI) outbound invocations must be completed within 120 seconds, then each service invocation to the banking device takes at most 120 seconds.
与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.
这意味着如果一个远程客户机通过远程方法调用(Remote Method Invocation,RMI)协议调用服务器上的EJB,则也可以从远程客户机无缝收集到性能数据。
This means that if you have a remote client invoking EJBs on the server over the remote Method Invocation (RMI) protocol, you can also seamlessly collect performance data from the remote client.
这就告诉DWR远程客户机可以调用该类的方法。
This tells DWR that remote clients can call methods in this class.
然而EJB在为消息传输定义端点、远程与异步方法调用、定时器等领域还是有一席之地的。
However, EJB will still have a place in defining endpoints for message delivery, remote and asynchronous method invocation, timers, etc.
程序传递要调用的远程方法的名称和所有必需参数。
Your program passes the name of the remote method to invoke and any necessary parameters.
应用推荐