Basic HTML version of Foils prepared May 19 1999

Foil 85 Example 2: Client-side Holder

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 CountHolder implements org.omg.CORBA.portable.Streamable{
3 // instance variable
4 public Counter.Count value;
5 // constructors
6 public CountHolder() {
7 this(null);
8 }
9 public CountHolder(Counter.Count __arg) { ....

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