跳转到内容

Java远程方法协议

维基百科,自由的百科全书

这是本页的一个历史版本,由DukeAnt留言 | 贡献2014年8月18日 (一) 14:19 (新条目)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)

Java Remote Method Protocol or JRMP is the Java technology-specific protocol for looking up and referencing remote objects. It is a wire level protocol running at the level under Java remote method invocation (RMI) and over TCP/IP.

Details

JRMP is a Java-specific, stream-based protocol for Java-to-Java remote calls, requiring both clients and server to use Java objects. RMI-IIOP is an alternative protocol which exposes Java objects to CORBA ORBs. Many application server vendors have developed their own protocols for use with RMI which claim [來源請求] to offer advantages over both IIOP and JRMP.

参见