JNodeOS v1.1.5 API

Uses of Package
edu.utah.janos.nodeos

Packages that use edu.utah.janos.nodeos
edu.utah.janos.apps.passthru   
edu.utah.janos.apps.ping   
edu.utah.janos.benchmarks   
edu.utah.janos.nodeos   
edu.utah.janos.protocols.icmp   
edu.utah.janos.protocols.ip   
edu.utah.janos.protocols.udp   
edu.utah.janos.route   
edu.utah.janos.services.icmp   
edu.utah.janos.tests   
edu.utah.janos.tests.envs   
edu.utah.janos.util   
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.apps.passthru
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.apps.ping
BufferHandle
          A Java wrapper around the native buffer handle object.
DeliverFunc
          Java wrapper for a DeliverFunc.
DemultiplexKey
          A key for matching incoming packets.
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.benchmarks
BufferHandle
          A Java wrapper around the native buffer handle object.
DeliverFunc
          Java wrapper for a DeliverFunc.
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.nodeos
Address
          An address object hides the details and implementation of addressing in Janos.
AddressFactory
          The Factory for creating Address objects.
AddressFormatException
          AddressFormatException is thrown by Address.fromString() if it cannot parse an ANTSR Address.
AddressSpec
          An interface that represents a host address.
BufferHandle
          A Java wrapper around the native buffer handle object.
ChanStats
          ChanStats is used to store statistics pertaining to in/out channels in the system.
CommHashtableHandle
          A handle for a CommHashtable that may be in another Flow.
CommMonitor
          Used for cross-process synchronization:
CommQueuePuller
          A handle for the owner of the CommQueue to pull elements out of it.
CommQueuePusher
          A handle for other flows to push elements onto a CommQueue.
CommSpaceElement
          Element in the CommSpace for communication.
CommSpaceHandle
          A handle on a CommSpace.
Credentials
          Java wrapper for NodeOS credentials.
CutThroughChannel
          Java wrapper for a CutThroughChannel.
DeliverFunc
          Java wrapper for a DeliverFunc.
DemultiplexKey
          A key for matching incoming packets.
Flow
          Java wrapper for a flow.
FlowHandle
          Parent's handle on a child flow.
FlowStartSpec
          Various attributes of a flow that must be defined before a Flow can be created.
FlowStats
          FlowStats is used to store statistics pertaining to a flow in the system.
InChannel
          Java wrapper for a NodeOS InChannel.
InChannelHandle
          A cross-process handle on a Java NodeOS InChannel.
InfoHook
          A little class used for exporting information about state, data, etc...
MemSpec
          Java wrapper for a MemSpec.
NetworkSpec
          The NetworkSpec is used to specify the network needs for an OutChannel in a flow.
NoSuchNodeAddress
          Thrown by AddressFactory when it cannot bind to the specified physical address.
OutChannel
          Java wrapper for a NodeOS OutChannel.
PacketAddressFormatException
           
pj_TimeSpec
          The pj_TimeSpec class provides a native interface to getting the current time.
ProtocolSpecFormatException
           
Status
          Obtain status information on the state of a node.
Thread
          A Janos Thread.
ThreadPoolSpec
          ThreadPoolSpec wrapper for Java.
ThreadScheduler
          The scheduler for a ThreadPool.
TimeSpec
          A TimeSpec holds a time value as reported by the NodeOS.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.protocols.icmp
BufferHandle
          A Java wrapper around the native buffer handle object.
DemultiplexKey
          A key for matching incoming packets.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.protocols.ip
BufferHandle
          A Java wrapper around the native buffer handle object.
DemultiplexKey
          A key for matching incoming packets.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.protocols.udp
BufferHandle
          A Java wrapper around the native buffer handle object.
DemultiplexKey
          A key for matching incoming packets.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.route
Address
          An address object hides the details and implementation of addressing in Janos.
AddressFormatException
          AddressFormatException is thrown by Address.fromString() if it cannot parse an ANTSR Address.
NoSuchNodeAddress
          Thrown by AddressFactory when it cannot bind to the specified physical address.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.services.icmp
Flow
          Java wrapper for a flow.
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.tests
AddressFactory
          The Factory for creating Address objects.
Flow
          Java wrapper for a flow.
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
Node
          The Node interface used by EEs.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.tests.envs
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 

Classes in edu.utah.janos.nodeos used by edu.utah.janos.util
BufferHandle
          A Java wrapper around the native buffer handle object.
CommSpaceHandle
          A handle on a CommSpace.
DemultiplexKey
          A key for matching incoming packets.
Flow
          Java wrapper for a flow.
FlowRun
          A protocol should override FlowRun so that a flow can be created for it.
 


JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 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: http://www.cs.utah.edu/flux/janos/