简体   繁体   English

服务器对象,远程对象在RMI Java中是什么意思?

[英]What does Server object, Remote object mean in RMI Java?

I have been studying for my exams and there is one topic of RMI is inluded in exam. 我一直在为考试而学习,考试中包含RMI的一个主题。

There are few simple definitions which i could not find online. 我在网上找不到一些简单的定义。

Can anybody please briefly describe the following terms used in the RMI architecture: 任何人都可以简要描述RMI体系结构中使用的以下术语:

Remote object , Server object , rmiregistry and rmic 远程对象服务器对象rmir​​egistryrmic

Thanks in advance. 提前致谢。

Remote object: it's the object that you want to make "shared". 远程对象:这是您要“共享”的对象。

Server object: it's a remote object from a server. 服务器对象:这是来自服务器的远程对象。

rmiregistry: the rmiregistry command creates and starts a remote object registry on the specified port on the current host. rmir​​egistry: rmir​​egistry命令在当前主机的指定端口上创建并启动远程对象注册表。

rmic: the rmic compiler generates stub and skeleton class files (JRMP protocol) and stub and tie class files (IIOP protocol) for remote objects. rmic: rmic编译器为远程对象生成存根和骨架类文件(JRMP协议)以及存根和联系类文件(IIOP协议)。

Hope it helps! 希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM