|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.renesys.raceway.SSF.Entity
|
+--SSF.OS.Timer
|
+--SSF.OS.BGP4.Timing.Timer
|
+--SSF.OS.BGP4.Timing.DampReuseTimer
A timer for helping to determine when a damped route may be used again.
| Field Summary |
| Fields inherited from class SSF.OS.BGP4.Timing.Timer |
CONNRETRY, HOLD, is_expired, KEEPALIVE, MASO, MRAI |
| Constructor Summary | |
DampReuseTimer(BGPSession bgp,
long dt,
DampInfo dampInfo)
Constructs a damping reuse timer. |
|
| Method Summary | |
void |
callback()
Called when timer expires, and updates the damped route's status. |
| Methods inherited from class SSF.OS.BGP4.Timing.Timer |
canc, is_expired, set_at, set_expiry, when_set |
| Methods inherited from class SSF.OS.Timer |
cancel, isCancelled, set, set |
| Methods inherited from class com.renesys.raceway.SSF.Entity |
alignment, alignTo, coalignedEntities, inChannels, init, joinAll, makeIndependent, now, outChannels, pauseAll, playRole, processes, resetSimulation, resumeAll, startAll, startAll, startClient, startClient, startServer, Vx, Yx |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DampReuseTimer(BGPSession bgp,
long dt,
DampInfo dampInfo)
| Method Detail |
public void callback()
callback in class Timer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||