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


1 The RRL takes care of references between client and server
2 The transport layer is responsible for establishing connection between client and server
3 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
4 Security is implemented using RMISecurityManager which customizes the normal Java Security Manager
5 Note RMI essentially uses Java as its IDL and does not have a special skeleton/stub definition language

in Table To:


© 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