Basic HTML version of Foils prepared May 19 1999

Foil 84 Example 2: Client-side Helper

From CORBA Common Object Request Broker Architecture Basic Information Track Computational Science Course CPS616 -- Spring Semester 1999. by Geoffrey Fox, Wojtek Furmanski, Nancy McCracken, Chao-Wei Ou, Shrideep Pallickara


1 package Counter;
2 public final class CountHelper {
3 // It is useless to have instances of this
4 class private CountHelper() { }
5 public static void __write(org.omg.CORBA.portable.OutputStream out, Counter.Count that) {
6 out.write_Object(that);
7 }
8 .....

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 Mon Jul 5 1999