Basic HTML version of Foils prepared March 26 1999

Foil 103 Implement the interfaces

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


1
2
3 module WebFlow {
4 module lms{
5 interface runEdys:BeanContextChild { void run(); };
6 package WebFlow.lms import WebFlow.*; import WebFlow.event.*;
7 import org.omg.CORBA.*;
8 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() { ... } }

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