That means the result of the remote method call is not immediately available to the executing thread.
这意味着远端方法调用的结果并不能立即对执行线程可用。
A regular round trip remote method call is modeled as two messages, one for the request and one for the response.
一个规则的有往返的远程方法调用有两条消息,一条负责请求,一条负责响应。
This situation presents a challenge if you need to use the CourseManager object for anything during a remote method call.
如果在远端方法调用过程中需要大量使用CourseManager对象,那么上述情形就会遇到问题了。
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的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。
To place the markers onto the map, you first fetch the collection of courses from the server-side component through a remote method call.
要在地图上放上标记,首先要通过远端方法调用从服务器端组件获取球场集。
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.
另外,使用了一个代码例子,证明远程的方法调用比一个本地的调用会花费高于千倍的代价。
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.
每个远程方法调用都包括将数据从客户机ejb存根传送到服务器,然后再传送回产生网络流量的客户机ejb存根。
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.
想一想执行远程方法调用的机制,您就会发现定义参数传递的方向(客户机到服务器、服务器到客户机或者双向传递)是多么的有意义。
By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
A handler can be anything from calling a method on an object, running a command or invoking a remote object call.
事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。
You also saw how to add multiple records in one method call, saving the overhead of making several remote server calls in a row.
还学习了如何通过一个方法调用添加多条记录,避免了连续执行多个远程服务器调用的开销。
Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete.
每个方法都提供了一个回调对象,这样就可以在完成远程过程调用后收到异步通知。
When a remote method is called, the response encapsulates the return value of the method call.
当远端方法被调用时,响应就会将此方法调用的返回值封装起来。
As I alluded to before, a big difference between a GWT RPC and a regular method call is that you don't know when or if the remote call is going to be completed.
正如我先前所暗示的那样,GWTRPC与常规方法调用之间的主要差别在于您不知道远程调用何时完成或者是否完成。
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.
总的来说,OR B通过引用传递选项基本上将调用的EJB方法作为本地调用对待(甚至对于带远程接口的EJB),并避免必需的对象复制操作。
If so, the transaction id, or Xid, is propagated to the remote object as part of the IIOP call along with the method parameters.
如果是,事务标识,或者说Xid,被作为IIOP调用的一部分与方法参数一起传播到远程对象。
Finally, we call the Curse method on the binding object to send the remote request, and we get back the result in the method return.
最后,我们调用binding对象的Curse方法来发送远程请求,在方法的返回中获得结果。
Once you find the right geocoder for the job, create a Grails service to encapsulate the remote Web services call in a reusable method call.
在您找到合适的地理编码器之后,创建一个Grails服务以把远程Web服务调用封装在可重用方法调用中。
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.
正如您从本示例中所见的,定制数据类型是任何需要本地创建以调用远端方法的非原语对象。
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.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
In the send with deferred response dialog, call the sending method name: orderBook, and select Add to remote interface.
在Sendwithdeferredresponse对话框中,将发送方法的名称设为:orderBook,并选择add to remote interface。
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.
正如您所见,Timer的run方法是我真正验证ajax应用程序功能及其应用远程过程调用的地方。
SOAP is a method for using Extensible Markup Language (XML) in message and remote procedure call (RPC) based protocols.
soap是一种使用扩展标注语言(xml)进行消息传递和远程过程调用(rpc)的方法。
For example, code calling a method in a separate application domain must be able to find the assembly containing an exception thrown by a remote call.
例如,在单独的应用程序域中调用方法的代码必须能够找到包含远程调用引发的异常的程序集。
The proposed approach employed a time-driven method to simulate occurrence of discrete-events, using Remote Procedure Call (RPC) to describe the interaction between simulation members.
仿真采用时间步进的推进方式,运用远程过程调用(RPC)分布调用机制实现仿真成员之间的互操作。
The proposed approach employed a time-driven method to simulate occurrence of discrete-events, using Remote Procedure Call (RPC) to describe the interaction between simulation members.
仿真采用时间步进的推进方式,运用远程过程调用(RPC)分布调用机制实现仿真成员之间的互操作。
应用推荐