Java Remote Method Protocol


Java Remote Method Protocol

(protocol)(JRMP) A proprietary wire-level protocol designedby Sun Microsystems to transport Java RMI.

JRMP serves the same function as IIOP, but also supportsobject passing. Sun plans to offer IIOP as an alternativeto JRMP.

Sun do not appear to use this term any longer, simplyreferring to the "RMI transport protocol".

http://java.sun.com/j2se/1.3.0/docs/guide/rmi/spec/rmi-protocol3.html.

Comparison.