Java Programming RMI, Assignments of Java Programming

RMI short notes for you helpful study

Typology: Assignments

2019/2020

Uploaded on 07/26/2025

rima-shrestha
rima-shrestha 🇳🇵

2 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
RMI
Application Layer
Responsible for running client and server application.
Here client application evokes methods defined by server application.
When client evokes a method a request is passed to proxy layer.
Proxy Layer
Responsive for creating client STUB at client side by packing the request messages sent
by client process.
Also responsible for creating skeleton by packing response messages sent by server.
Once STUB and skeleton are created they are passed to RLL.
Remote Reference Layer
Check semantics and remote reference used by the client process using remote reference
protocol.
Finally RRL transmits messages and data to RMI remote layer
Transport Layer
Responsible for establishing and maintaining string oriented connection between client
and server.
Also responsible for managing sent or receive of request or reply of messages between
client and server
pf2

Partial preview of the text

Download Java Programming RMI and more Assignments Java Programming in PDF only on Docsity!

RMI

Application Layer  Responsible for running client and server application.  Here client application evokes methods defined by server application.  When client evokes a method a request is passed to proxy layer. Proxy Layer  Responsive for creating client STUB at client side by packing the request messages sent by client process.  Also responsible for creating skeleton by packing response messages sent by server.  Once STUB and skeleton are created they are passed to RLL. Remote Reference Layer  Check semantics and remote reference used by the client process using remote reference protocol.  Finally RRL transmits messages and data to RMI remote layer Transport Layer  Responsible for establishing and maintaining string oriented connection between client and server.  Also responsible for managing sent or receive of request or reply of messages between client and server