|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.OSPFv2.LSASlot
|
+--SSF.OS.OSPFv2.RecLSASlot
This class extends LSASlot. It is intended only for storing LSAs received from a Neighbor!
| Nested Class Summary | |
class |
RecLSASlot.MinimumArrivalTimer
/* The MinimumArrivalTimer waits minLSArrival seconds before it cancels the write-protection for the LSA stored in the Slot. |
| Field Summary | |
long |
minLSArrival
|
RecLSASlot.MinimumArrivalTimer |
minLSArrivalTimer
|
| Fields inherited from class SSF.OS.OSPFv2.LSASlot |
installTime, lsa, myOSPF, receivingAge |
| Constructor Summary | |
RecLSASlot(LSA lsa,
OSPF myOSPF)
|
|
| Method Summary | |
void |
install(LSA adv)
installs a new instance of an existing LSA in this slot. |
| Methods inherited from class SSF.OS.OSPFv2.LSASlot |
ageLSA, getLSA, getLSAHeader, lsaHasMaxAge |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public RecLSASlot.MinimumArrivalTimer minLSArrivalTimer
public long minLSArrival
| Constructor Detail |
public RecLSASlot(LSA lsa,
OSPF myOSPF)
| Method Detail |
public void install(LSA adv)
throws ProtocolException
install in class LSASlotProtocolException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||