Java RMI: Remote Method Invocation

2/3/00


Click here to start


Table of Contents

Java RMI: Remote Method Invocation

RMI

RMI compared to other networking

The Java RMI package

A Remote Method Call

Stubs

Skeletons

Remote Reference and Transport Layers

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

RMI Security Manager

Name Registry

The rmiregistry

Client applet or application

Summary of steps for setting up RMI

RMIC

Passing Remote Objects

Server Remote Interface

Client Remote Interface

Server Implementation

Client Implementation - Applet

Author: Neil Jasper

Email: njm@npac.syr.edu