Basic HTML version of Foils prepared July 6 99

Foil 17 Example of IDL definition

From Tutorial on Java for Middle tier in Computing Portals Tutorials at ACM Java Grande Meeting -- June 14 99. by Tom Haupt


1
2
3 #include "..\BC.idl" module WebFlow {
4 module lms{
5 interface runEdys:BeanContextChild { void run(); void receiveData();
6 void setParameter(in string p);
7 }; interface runCasc2d:BeanContextChild{ void run(); void runAgain();
8 }; interface DoneEvent{ Object getSource(); };
9 }; };
10 We will create 3 CORBA objects
11 * two modules: - runEdys - runCasc2d * one event - DoneEvent They will be added to package WebFlow.lms

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 Wed Jul 7 1999