Basic HTML version of Foils prepared June 5 99

Foil 51 Example of IDL definition

From Use of Java in Computational Science DoD Modernization Users Group Conference Monterey -- June 7 99. by Tom Haupt,Geoffrey C. Fox


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



© 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 Tue Jul 6 1999