Basic HTML version of Foils prepared March 26 1999

Foil 102 Compile usig jidl --tie

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


#include "..\BC.idl" module WebFlow {
module lms{
interface runEdys:BeanContextChild { void run(); } interface runCasc2d:BeanContextChild{ void run(); } interface DoneEvent{ Object getSource(); };
}; };
The compiler will create 3 Java interfaces: - runEdysOperations.java - runCasc2dOperations.java - DoneEventOperations.java You have to implement these interfaces. Without --tie option the compiler will generate classes to be extended. We already extend from BeanContextChild



© 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