|
JNodeOS v1.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||