Java RMI:Remote Method Invocationprepared for CPS 616 Spring 98
RMI
The Java RMI package
A Remote Method Call
Stubs
Skeletons
Transport Layer
Local vs. Remote Objects
RMI Remote Interface
Server Implements the remote object
Define the constructor for the remote object
Provide an implementation for each remote method
Main method: Create an instance and install a Security Manager
Name Registry
Client applet or application
Summary of steps for setting up RMI
Email: gcf@npac.syr.edu
Home Page: http://www.npac.syr.edu