ANTS v2.0 API

Uses of Class
ants.core.Node

Packages that use Node
ants.core   
ants.dante   
ants.route   
apps.mobile   
apps.multicast   
apps.ping   
apps.pong   
apps.stats   
apps.statsfusion   
 

Uses of Node in ants.core
 

Methods in ants.core that return Node
static Node Node.currentNode()
          Return the Node interface associated with the current flow.
 Node Extension.thisNode()
           
 Node Application.thisNode()
          Return the Node interface customized for this application.
 Node Application.getNode()
          Redundant accessor method
 

Methods in ants.core with parameters of type Node
abstract  boolean Capsule.evaluate(Node node)
          The forwarding routine for the Capsule.
 Xdr Capsule.encodeCapsuleForSend(Node node)
          Encode an outgoing capsule.
 boolean DLResponseCapsule.evaluate(Node node)
          Evalute a DLResponseCapsule at this node.
 boolean DataCapsule.evaluate(Node n)
          Forwarding function for DataCapsules.
 

Constructors in ants.core with parameters of type Node
NodeCache.NodeCache(Node owner, int size)
          Construct a new NodeCache.
 

Uses of Node in ants.dante
 

Methods in ants.dante with parameters of type Node
 boolean DanteCapsule.evaluate(Node n)
           
 

Uses of Node in ants.route
 

Methods in ants.route with parameters of type Node
 boolean DynamicRouteCapsule.evaluate(Node node)
          When an update capsule arrives at its destination Node, it gets delivered to the app that maintains the routing table.
 

Uses of Node in apps.mobile
 

Methods in apps.mobile with parameters of type Node
 boolean MobileUpdateCapsule.evaluate(Node n)
          Update the forwarding information on the foreign and home routers.
 boolean MobileCapsule.evaluate(Node n)
          Check for a forwarding address and then ship the packet
 

Uses of Node in apps.multicast
 

Methods in apps.multicast with parameters of type Node
 boolean MulticastCapsule.evaluate(Node n)
          Process this capsule at the node.
 boolean MulticastSubscribeCapsule.evaluate(Node n)
          Process this capsule at the node.
 

Uses of Node in apps.ping
 

Methods in apps.ping with parameters of type Node
 boolean PingCapsule.evaluate(Node n)
           
 

Uses of Node in apps.pong
 

Methods in apps.pong with parameters of type Node
 boolean PongCapsule.evaluate(Node n)
           
 

Uses of Node in apps.stats
 

Methods in apps.stats with parameters of type Node
 boolean StatsCapsule.evaluate(Node n)
           
 boolean StatsReturnCapsule.evaluate(Node n)
           
 void StatsReturnCapsule.showInformation(Node n)
          Print out the information that is contained in this capsule
 

Uses of Node in apps.statsfusion
 

Methods in apps.statsfusion with parameters of type Node
 boolean StatsCapsule.evaluate(Node n)
           
 boolean StatsReturnCapsule.evaluate(Node n)
           
 void StatsReturnCapsule.showInformation(StatsReturnCapsule hsrc, Node n)
          Print out the information that is contained in this capsule
 

Constructors in apps.statsfusion with parameters of type Node
StatsReturnCapsule.StatsReturnCapsule(short sa, short da, int na, Node n)
           
 


ANTS v2.0 API

This documentation is Copyright (C) 1998-2001 The University of Utah and the University of Washington. All Rights Reserved. See the individual source files for distribution terms.
Documentation, software, and mailing lists for ANTS v2.0 can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/