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


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



© 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