Basic HTML version of Foils prepared March 26 1999

Foil 101 Write IDL definition

From Use of WebFlow to build Problem Solving Environments CEWES Training on WebFlow at Vicksburg -- March 9 1999. by Tom Haupt


1
2
3 #include "..\BC.idl" module WebFlow {
4 module lms{
5 interface runEdys:BeanContextChild { void run(); }; interface runCasc2d:BeanContextChild{ void run(); }; interface DoneEvent{ Object getSource(); };
6 }; };
7 We will create 3 CORBA objects
8 * 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 Sat Mar 27 1999