Basic HTML version of Foils prepared May 19 1999

Foil 83 Example 2: Client-side Stub

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 class _CountStub extends org.omg.CORBA.portable.ObjectImpl implements Counter.Count {
3 ......
4 public int sum() throws org.omg.CORBA.SystemException {
5 long _n[] = new long[1];
6 java.lang.Object _o[] = new java.lang.Object[1];
7 _invoke(__ops[0], _n, _o);
8 return (int) (_n[0] & 0xFFFFFFFFL);
9 } ....

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