Basic HTML version of Foils prepared Aug 14 1997

Foil 44 Example: Java Interface

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


1 package Counter;
2 public interface Count extends CORBA.Object {
3 public int sum() throws CORBA.Exception;
4 public void sum(int val) throws CORBA.Exception;
5 public int increment() throws CORBA.Exception;
6 }
7 }
8 Note: This code is created automatically by
9 IDL-&#062Java pre-compiler from the IDL spec

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