Basic HTML version of Foils prepared Aug 14 1997

Foil 47 Example: Server-side Skeletom

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


1 A server-side skeleton, here called _sk_Count, plays similar role to the client stub but at the server side, i.e. handles remote method invocation
2 Skeleton implements Count in terms of the generic exec method of the CORBA.Object
3 exec is called with the methodId value that uniquely identifies a given method
4 exec is implemented as a switch which jumps to the appropriate method implementation
5 the actual method execution is performed by CountImpl instance, here passed as _self argument

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