Java remote method invocation
Encyclopedia : J : JA : JAV : Java remote method invocation
The Java Remote Method Invocation API, or Java RMI, is a Java application programming interface for performing remote procedure calls. There are two common implementations of the interface, the initial one to be implemented known as JRMP and a version compatible with CORBA. Usage of the term RMI may denote solely the programming interface or may signify both the API and JRMP, whereas the term RMI-IIOP, read RMI over IIOP, denotes the RMI interface delegating the most of the functionality to the supporting CORBA implementation.
The original RMI API was generalized somewhat to support different implementations. Additionally, work was done to CORBA, adding a pass by value capability, to support the RMI interface. Still, the RMI-IIOP and JRMP implementations are not fully identical in their interfaces.
Package name is
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.java.rmi.See also
External links
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
