Remote method invocation
programming
(RMI) Part of the Java programming language library which enables a Java program running on one computer to access the objects and methods of another Java program running on a different computer.
Home (http://java.sun.com/products/jdk/1.1/docs/guide/rmi/index.html).
(1997-09-04)
Read Also:
- Remote monitoring
protocol (RMON) A network management protocol that allows network information to be gathered at a single computer. Whereas SNMP gathers network data from a single type of Management Information Base (MIB), RMON 1 defines nine additional MIBs that provide a much richer set of data about network usage. For RMON to work, network devices, such […]
- Remoteness
adjective, remoter, remotest. 1. far apart; far distant in space; situated at some distance away: the remote jungles of Brazil. 2. out-of-the-way; secluded: a remote village; a remote mountaintop. 3. distant in time: remote antiquity. 4. distant in relationship or connection: a remote ancestor. 5. operating or controlled from a distance, as by remote control: […]
- Remote operations service element
networking (ROSE) A sub-layer of protocol layer six (presentation layer) in the OSI seven layer model which provides SASE for remote operations. Documents: ITU Rec. X.229 (ISO 9072-2), ITU Rec. X.219 (ISO 9072-1). (1997-12-07)
- Remote procedure call
networking, programming (RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of distributed computing. An RPC is initiated by the caller (client) sending […]
- Remote reference layer
protocol (RRL) Part of Java’s Remote Method Invocation protocol. RRL exists in both the RMI client and server. It is used by the stub or skeleton protocol layer and uses the transport layer. RRL is reponsible for transport-independent functioning of RMI, such as connection management or unicast/multicast object invocation. [Specification URL?] (1997-12-03)