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


Every module written for webflow, the class must implement the interface Module.
public class My_module implements Module { .... }
The Module interface is defined in package webflow.backend
public interface Module {
public MetaModule initialize();
public void run();
public void stop();
public void destroy();
}



© 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