JNodeOS v1.1.5 API

Uses of Class
edu.utah.janos.route.RouteEntry

Packages that use RouteEntry
edu.utah.janos.route   
 

Uses of RouteEntry in edu.utah.janos.route
 

Methods in edu.utah.janos.route that return RouteEntry
 RouteEntry RouteTable.getRoute(int activeDest)
          Retrive the current route to get to the given active address.
 RouteEntry RouteTable.getRoute(java.lang.Integer activeDest)
           
 RouteEntry WriteableRouteTable.getRoute(int activeDest)
          Retrive the current route to get to the given active address.
 RouteEntry WriteableRouteTable.getRoute(java.lang.Integer activeDest)
           
 RouteEntry RemoteRouteTable.getRoute(int activeDest)
          Retrive the current route to get to the given active address.
 RouteEntry RemoteRouteTable.getRoute(java.lang.Integer activeDest)
           
 

Methods in edu.utah.janos.route with parameters of type RouteEntry
 void WriteableRouteTable.removeRoute(RouteEntry r)
          Remove a route from the table.
 void WriteableRouteTable.addRoute(RouteEntry route)
          Add a route to the table.
 

Constructors in edu.utah.janos.route with parameters of type RouteEntry
RouteEntry.RouteEntry(RouteEntry other)
          Create a new RouteEntry which is a copy of the given RouteEntry.
 


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/