• 接受所有三个公开部署ejb远程方法缺省值

    Accept the defaults of all three of the EJB remote methods to expose and deploy.

    youdao

  • 缺省无状态会话Bean中清单1添加远程方法

    In the default stateless session bean, add the remote method from Listing 1.

    youdao

  • 远程方法必须设计为能够根据API使用模式满足数据需求

    Remote methods must be designed to satisfy data needs according to the usage pattern of the API.

    youdao

  • 很快就看到调用远程方法几乎调用本地方法一样简单

    As you'll see shortly, invoking remote methods is as almost as simple as invoking local ones.

    youdao

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

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

    youdao

  • 远程区域提供了一个使用远程方法调用RMIAPI缓存区域。

    The remote region provides a cache region using a remote method invocation (RMI) API.

    youdao

  • 直接访问远程实体BeanPortlet通常会导致多个远程方法调用

    A portlet accessing a remote entity bean directly usually results in several remote method calls.

    youdao

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

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

    youdao

  • 可以使用任何类型序列化机制处理远程方法调用数据的序列化。

    You can use any kind of serialization mechanism to handle the remote method calls and the serialization of data.

    youdao

  • 为了与HelloWorldEntity实体bean对话,请添加以下远程方法

    Add the following remote methods to talk to the HelloWorldEntity entity bean.

    youdao

  • 这种情况下servlet查找EJB进行远程方法调用下面这样操作数据

    In this case, the servlet looks up the EJB and makes remote method calls to manipulate the data as follows.

    youdao

  • 试试会话bean一些远程方法,稍后这些方法调用实体bean的类似方法

    Try out some of the remote methods on the session bean which in turn invoke similar methods on the entity bean.

    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

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

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

    youdao

  • 可以调查RPC如何工作的,远程方法如何定位以及SOAP信封故障机制行为

    You can investigate how RPC calls work, how remote methods can be located, and how the SOAP envelope and fault mechanism behave.

    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

  • 调用远程方法ActionScript有机会通过声明回调函数处理结果任何错误了。

    When a remote method is called, ActionScript is offered the opportunity to handle the result and any fault by declaring callback functions.

    youdao

  • 动态发现过程目的自动化地添加客户平台开始远程方法调用机器的 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.

    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

  • 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.

    youdao

  • 远程方法调用(Remote Method Invocation,RMI)特殊的方式利用序列化过程

    Remote Method Invocation (RMI) employs the serialization process in a special manner.

    youdao

  • 每个远程方法调用都包括数据客户机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.

    youdao

  • 为了示范基本技术清单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.

    youdao

  • 一个会话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.

    youdao

  • 远程方法调用(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.

    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

  • 如果成功地调用远程方法SOAPProxy会自动解析包含结果SOAP对象创建一个Python对象,这个Python对象与WSDL文档所描述结构匹配。

    Upon successfully calling the remote method, SOAPProxy automatically parses the results-containing SOAP object, which creates a Python object that matches the structure described in the WSDL.

    youdao

  • 例如如果所有远程方法调用(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.

    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

  • 意味着如果一个远程客户机通过远程方法调用(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.

    youdao

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

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

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