Basic HTML version of Foils prepared Aug 14 1997

Foil 95 RMI Stubs and Skeletons

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


Stubs are the client side proxies representing the remote server side objects
  • They look like local objects as far as other client side objects are concerned
  • They serialize input parameter data and pass to RRL as a "marshall stream"; correspondingly stubs deserialize return values of remote methods and pass to client object that called remote method
The skeleton is server side interface of server side method to RRL
  • The skeleton deserializes input parameters and calls actual server side method; it serializes return values and hands as "marshall stream" to RRL



© 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