RMI - continued

RMI - continued

method()

RemoteObject

method()

Stub

Skeleton

Network

Client

Server

Previous slide Next slide Back to the first slide View Graphic Version

Notes:

Stub is a class on client side that translates remote method calls into network communication and passes oarameters.

Skeleton is corresponding class on the server that accepts connections and translates them into the correct method calls on the object.