ants
Class RouteEntry

java.lang.Object
  |
  +--ants.RouteEntry

public class RouteEntry
extends java.lang.Object

a single entry of route table


Field Summary
 ChannelAddress addr
           
 boolean change
           
 int cost
           
 int dst
           
 long expires
           
 int nxt
           
 java.lang.String unresolved
           
 
Constructor Summary
RouteEntry(int d, int n, ChannelAddress a)
           
RouteEntry(int d, int n, java.lang.String unresolved)
           
RouteEntry(java.lang.String d, java.lang.String n, java.lang.String a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dst

public int dst

nxt

public int nxt

addr

public ChannelAddress addr

cost

public int cost

expires

public long expires

change

public boolean change

unresolved

public java.lang.String unresolved
Constructor Detail

RouteEntry

public RouteEntry(int d,
                  int n,
                  ChannelAddress a)

RouteEntry

public RouteEntry(int d,
                  int n,
                  java.lang.String unresolved)

RouteEntry

public RouteEntry(java.lang.String d,
                  java.lang.String n,
                  java.lang.String a)
           throws java.lang.Exception