Basic HTML version of Foils prepared July 5 98

Foil 129 Writing a Module

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


1 Every module written for webflow, the class must implement the interface Module.
2 public class My_module implements Module { .... }
3 The Module interface is defined in package webflow.backend
4 public interface Module {
5 public MetaModule initialize();
6 public void run();
7 public void stop();
8 public void destroy();
9 }

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 Nov 28 1998