JNodeOS v1.2.0 API

edu.utah.janos.benchmarks
Class Flood

java.lang.Object
  |
  +--edu.utah.janos.nodeos.FlowRun
        |
        +--edu.utah.janos.benchmarks.Flood

public class Flood
extends FlowRun


Field Summary
static byte headerByte
           
 
Constructor Summary
Flood()
           
 
Method Summary
protected  void run(Flow flow, java.lang.String[] args, edu.utah.janosvm.kit.comm.commspace.CommSpaceHandle csh)
          Invoked as the initial entrypoint in a new flow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headerByte

public static final byte headerByte
Constructor Detail

Flood

public Flood()
Method Detail

run

protected void run(Flow flow,
                   java.lang.String[] args,
                   edu.utah.janosvm.kit.comm.commspace.CommSpaceHandle csh)
Description copied from class: FlowRun
Invoked as the initial entrypoint in a new flow. The flow parameter is a parameter is the new flow object, the args array contains "command line" arguments to the new flow. The CommSpaceHandle provides a communication link with the parent flow (if the parent flow provided one).
Overrides:
run in class FlowRun
Tags copied from class: FlowRun
Parameters:
flow - the new flow and the current flow
args - whatever "command line" arguments the creator passed.
csh - handle on a parent's CommSpace

JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002