Example of IDL definition
#include “..\BC.idl”module WebFlow {
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 - DoneEventThey will be added to packageWebFlow.lms