That's a lot of remote method calls just to create a user.
这对于仅仅创建一个用户来说,所使用的远程方法调用相当多。
This meant a lot of remote method calls between our middle and third tier.
这就意味着在中间层和第三层之间将有大量的远程方法调用。
In the default stateless session bean, add the remote method from Listing 1.
在缺省无状态会话Bean中,从清单1添加远程方法。
By reducing the remote method calls, application performance can be improved.
通过减少远程方法调用可以提高应用程序的性能。
The remote region provides a cache region using a remote method invocation (RMI) API.
远程区域提供了一个使用远程方法调用(RMI)API 的缓存区域。
Your program passes the name of the remote method to invoke and any necessary parameters.
程序传递要调用的远程方法的名称和所有必需参数。
Remote Method Invocation (RMI) employs the serialization process in a special manner.
远程方法调用(Remote Method Invocation,RMI)用特殊的方式利用序列化过程。
When a remote method is called, the response encapsulates the return value of the method call.
当远端方法被调用时,响应就会将此方法调用的返回值封装起来。
Remote method calls still use call-by-value semantics of which you certainly need to be aware.
远程方法调用仍然使用按值调用(call -by - value)语义,您当然需要知道该语义。
This allows remote Method Invocation (RMI) -style remote exceptions to be implemented using SOAP.
这允许使用SOAP来实现RMI风格的远程异常。
A portlet accessing a remote entity bean directly usually results in several remote method calls.
直接访问远程实体Bean的Portlet通常会导致多个远程方法调用。
Seam USES a custom servlet to handle HTTP requests to execute a remote method and return its result.
Seam使用定制servlet来处理HTTP请求以便执行远端方法并返回其结果。
That means the result of the remote method call is not immediately available to the executing thread.
这意味着远端方法调用的结果并不能立即对执行线程可用。
Notifies the profiler that the process has received a remote method invocation or activation request.
通知探查器进程已收到一个远程方法调用或激活请求。
In this case, the servlet looks up the EJB and makes remote method calls to manipulate the data as follows.
这种情况下,servlet查找EJB并进行远程方法调用,象下面这样操作数据。
File to actually pass an argument when calling the remote method. Look for the lines shown in Listing 11.
最后一步是修改first . php文件,当调用remote方法时,可以接受一个参数,寻找清单11中的这一行。
A regular round trip remote method call is modeled as two messages, one for the request and one for the response.
一个规则的有往返的远程方法调用有两条消息,一条负责请求,一条负责响应。
The testing of end system and relay system is based on remote method and transverse testing method respectively.
进行测试开发首先要选择测试方法,对端系统选择远程测试法,对中继系统选择横断测试方法。
You can use any kind of serialization mechanism to handle the remote method calls and the serialization of data.
可以使用任何类型的序列化机制处理远程方法调用和数据的序列化。
This situation presents a challenge if you need to use the CourseManager object for anything during a remote method call.
如果在远端方法调用过程中需要大量使用CourseManager对象,那么上述情形就会遇到问题了。
From there, I'll go on to compare SOAP, and RPC in general, with one of its biggest competitors, remote method invocation (RMI).
从那里,我继续将SOAP和一般而言的RPC与它的最大竞争对手之一,远程方法调用(rmi)相比较。
Since the appearance of JAVA RMI(Remote Method Invocation)It provides easy-to-use Java-based distributed computing facilities.
技术的出现,为分布式计算提供了—种简单而直接的途径。
One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call.
客户机JAX - RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
Any subsequent calls to a remote method through a component stub will pass along this value and activate the associated conversation.
任何借助组件存根到远端方法的后续调用都会传递该值并激活相关的对话。
To place the markers onto the map, you first fetch the collection of courses from the server-side component through a remote method call.
要在地图上放上标记,首先要通过远端方法调用从服务器端组件获取球场集。
It provides a simple way for service providers to describe the format of requests and response messages for remote method invocations (RMI).
它为服务提供者提供一个简单的方法描述申请的形式并响应远程方法调用信息(RMI)。
As you will see later in the example, a custom data type is any non-primitive object that you need to create locally to call a remote method.
正如您从本示例中所见的,定制数据类型是任何需要本地创建以调用远端方法的非原语对象。
When a remote method is called, ActionScript is offered the opportunity to handle the result and any fault by declaring callback functions.
调用远程方法时,ActionScript就有机会通过声明回调函数处理结果和任何错误了。
Remote Method Invocation (RMI) -based and servlet-based applications that communicate with EJBs must have the ORB thread pool size configured.
与EJB通信的应用程序(这些应用程序基于远程方法调用(Remote Method Invocation,RMI)和servlet)必须使OR b线程池的大小被配置。
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.
另外,使用了一个代码例子,证明远程的方法调用比一个本地的调用会花费高于千倍的代价。
应用推荐