Basic HTML version of Foils prepared Aug 14 1997

Foil 96 Other RMI Components

From JavaBeans CORBA ComponentWare UC Web applications Certificate -- Aug 11,14 97. by Geoffrey C. Fox, Wojtek Furmanski


The RRL takes care of references between client and server
The transport layer is responsible for establishing connection between client and server
The RMI Registry must be started before the server side application and maintains a list of "published objects"
  • The server exports its methods by calling rebind() or bind() methods of Naming class (in java.rmi package) which associate a specific name with a particular server side object
  • The client uses lookup() method of Naming with a URL argument to obtain a reference to a server side remote object
Security is implemented using RMISecurityManager which customizes the normal Java Security Manager
Note RMI essentially uses Java as its IDL and does not have a special skeleton/stub definition language



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Thu Jan 8 1998