Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将对象保留在 RMIregistry 服务中,以便在重新启动时重新加载?在最新版本 1.7 Java rte。示例:corba 命名服务保留绑定服务信息并在重新启动时重新加载。
您刚刚描述了 RMI 激活。这正是它的作用。
编辑此答案适用于问题的原始版本。当前版本的答案是“不”,除非你自己写一些东西,这并不难。但除非你也使用了激活,否则它也是没有意义的。
或者您可以使用 LDAP 而不是注册表,但您仍然需要激活才能使其有意义。