|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteZrpIarp.LinkStateEntry
private static class RouteZrpIarp.LinkStateEntry
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 |
---|
public final short seq
public final long time
public final NetAddress[] dst
Constructor Detail |
---|
public RouteZrpIarp.LinkStateEntry(short seq, NetAddress[] dst)
seq
- link source identifierdst
- link endpoints
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |