
好词典

RMI stands for Remote Method Invocation, a term coined in the Java programming language for its distributed computing capabilities.
❶ RMI是远程方法调用(Remote Method Invocation)的缩写,是Java中用于实现分布式应用程序的一种技术。
“RMI allows Java objects to invoke methods on remote objects.”
(RMI允许Java对象调用远程对象的方法。)
“We used RMI to communicate between the client and server applications.”
(我们使用RMI在客户端和服务器应用程序之间进行通信。)
RMI registry — RMI注册表是用于存储和查找远程对象引用的服务。
“The RMI registry must be running before clients can connect.”
(RMI注册表必须在客户端连接之前运行。)
RMI stub — RMI存根是客户端用来与远程对象通信的代理对象。
“The RMI stub handles the communication with the remote object.”
(RMI存根处理与远程对象的通信。)