JNodeOS v1.2.0 API

edu.utah.janos.services.icmp
Class ICMPFlow

java.lang.Object
  |
  +--edu.utah.janos.nodeos.FlowRun
        |
        +--edu.utah.janos.services.icmp.ICMPFlow

public class ICMPFlow
extends FlowRun


Constructor Summary
ICMPFlow()
           
 
Method Summary
 Flow getFlow()
           
protected  void run(Flow flow, java.lang.String[] args, edu.utah.janosvm.kit.comm.commspace.CommSpaceHandle commSpaceHandle)
          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
 

Constructor Detail

ICMPFlow

public ICMPFlow()
Method Detail

getFlow

public Flow getFlow()

run

protected void run(Flow flow,
                   java.lang.String[] args,
                   edu.utah.janosvm.kit.comm.commspace.CommSpaceHandle commSpaceHandle)
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