|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteAodv.PrecursorInfo
private static class RouteAodv.PrecursorInfo
Information stored for each precursor node.
Field Summary | |
---|---|
private long |
lastMsgTime
time of last message sent to precursor. |
Constructor Summary | |
---|---|
RouteAodv.PrecursorInfo()
Constructs a new precursor entry. |
Method Summary | |
---|---|
long |
getLastMsgTime()
Returns the time that the last message was sent to this precursor. |
void |
renew()
Updates the precursor entry with the current time, indicating the most recent time that a message was sent to the precursor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private long lastMsgTime
Constructor Detail |
---|
public RouteAodv.PrecursorInfo()
Method Detail |
---|
public long getLastMsgTime()
public void renew()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |