jist.swans.route
Class RouteZrpIarp.LinkStateEntry

java.lang.Object
  extended by jist.swans.route.RouteZrpIarp.LinkStateEntry
Enclosing class:
RouteZrpIarp

private static class RouteZrpIarp.LinkStateEntry
extends java.lang.Object

IARP Link state entry.


Field Summary
 NetAddress[] dst
          link endpoints.
 short seq
          link source identifier.
 long time
          entry insertion time.
 
Constructor Summary
RouteZrpIarp.LinkStateEntry(short seq, NetAddress[] dst)
          Create new link state entry.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq

public final short seq
link source identifier.


time

public final long time
entry insertion time.


dst

public final NetAddress[] dst
link endpoints.

Constructor Detail

RouteZrpIarp.LinkStateEntry

public RouteZrpIarp.LinkStateEntry(short seq,
                                   NetAddress[] dst)
Create new link state entry.

Parameters:
seq - link source identifier
dst - link endpoints