That means the result of the remote method call is not immediately available to the executing thread. 这意味着远端方法调用的结果并不能立即对执行线程可用。
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的亮点之一就在于它能把上下文信息和端点的远程方法调用(RMC)关联起来。
This interface indicates that the object can be sent as a parameter with a remote method call, which is the basic requirement of any object being inserted into a WebSphere eXtreme Scale grid. 这个接口表明:该对象可以作为一个参数通过一个远程方法调用(RMC)发送,这是插入到WebSphereeXtremeScale网格中的任意对象的基本要求。
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. 每个远程方法调用(RMC)都包括将数据从客户机EJB存根传送到服务器,然后再传送回产生网络流量的客户机EJB存根。
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. 另外,使用了一个代码例子,证明远程的方法调用比一个本地的调用会花费高于千倍的代价。