Implement the interfaces
interface runEdys:BeanContextChild { void run(); };
package WebFlow.lmsimport WebFlow.*;import WebFlow.event.*;
public class runEdysImpl extends WebFlow.BeanContextChildSupport implements runEdysOperations {String msg;public runEdysImpl(org.omg.CORBA.Object peer, String msg) { super(peer); this.msg=msg;}public void run() { …}}