Remote Reference Layer


Remote Reference Layer

(protocol)(RRL) Part of Java's Remote Method Invocationprotocol. RRL exists in both the RMI client and server.It is used by the stub or skeleton protocol layer anduses the transport layer. RRL is reponsible fortransport-independent functioning of RMI, such as connection management or unicast/multicast object invocation.