|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.route.RouteAodv.OutgoingInfo
private static class RouteAodv.OutgoingInfo
Information for each node in the outgoing node set.
Field Summary | |
---|---|
private byte |
helloWaitCount
Indication of how long the node has been waiting for HELLO from the outgoing node. |
Constructor Summary | |
---|---|
RouteAodv.OutgoingInfo()
Constructs an Outgoing Set entry. |
Method Summary | |
---|---|
byte |
getHelloWaitCount()
Returns a count of the HELLO intervals that have passed since last receiving a message from this outgoing node. |
void |
incHelloWaitCount()
Increment the count of HELLO intervals that have passed. |
void |
resetHelloWaitCount()
Set count of HELLO intervals to zero. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private byte helloWaitCount
Constructor Detail |
---|
public RouteAodv.OutgoingInfo()
Method Detail |
---|
public byte getHelloWaitCount()
public void incHelloWaitCount()
public void resetHelloWaitCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |