JRMP
From Wikipedia, the free encyclopedia
JRMP, or Java Remote Method Protocol is the Java technology-specific protocol for looking up and referencing remote objects. It is a wire level protocol running at the level under Remote Method Invocation (RMI) and over TCP/IP. JRMP is a proprietary, stream-based protocol; c.f. RMI-IIOP which is language independent and seems to be replacing JRMP even within the pure Java world [citation needed]. This is in part because the use of RMI-IIOP exposes Java objects to CORBA ORBs.