Java RMI: Remote Method Invocation prepared for CPS 616 Spring 98

2/2/98


Click here to start


Table of Contents

Java RMI: Remote Method Invocation prepared 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

Author: Neil Jasper

Email: gcf@npac.syr.edu

Home Page: http://www.npac.syr.edu