Basic HTML version of Foils prepared May 19 1999

Foil 60 Holder Class Structure

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


package org.omg.CORBA;
  • final public class ShortHolder {
  • public short value; public ShortHolder() {}
  • public ShortHolder(short initial) { value = initial; } }
The Holder class for a User defined type foo
  • final public class fooHolder implements
  • org.omg.CORBA.portable.Streamable {
  • public value;
  • public Holder() {}
  • public Holder( initial) {}
  • public void _read(org.omg.CORBA.portable.InputStream i) {...}
  • public void _write(org.omg.CORBA.portable.OutputStream o) {...}
  • public org.omg.CORBA.TypeCode _type() {...} }



© 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