|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--SSF.OS.ProtocolSession
|
+--SSF.OS.BGP4.Widgets.BGPCrasher
A test class, masquerading as a ProtocolSession, for killing the BGP process at random times during a simulation.
| Field Summary |
| Fields inherited from class SSF.OS.ProtocolSession |
name, use |
| Constructor Summary | |
BGPCrasher()
We must have a zero-argument, public constructor (so that newInstance() can be used to create a new
BGPCrasher instance). |
|
| Method Summary | |
void |
config(com.renesys.raceway.DML.Configuration cfg)
Set the configurable values (specified in DML file). |
void |
init()
Creates an SSF process which first waits a while, then kills BGP once in a while, restarting it again after each crash. |
double |
now()
Returns the current simulation time. |
boolean |
push(ProtocolMessage message,
ProtocolSession fromSession)
Handles incoming events. |
| Methods inherited from class SSF.OS.ProtocolSession |
close, closed, debugIdentifier, inGraph, open, opened, pushAfterDelay, pushAfterDelayFailed, setGraph, version |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BGPCrasher()
newInstance() can be used to create a new
BGPCrasher instance).
| Method Detail |
public void config(com.renesys.raceway.DML.Configuration cfg)
throws com.renesys.raceway.DML.configException
config in interface com.renesys.raceway.DML.Configurableconfig in class ProtocolSessioncom.renesys.raceway.DML.configException - if any of the calls to find
or findSingle throw such an
exception.public void init()
init in class ProtocolSessionpublic double now()
public boolean push(ProtocolMessage message,
ProtocolSession fromSession)
push in class ProtocolSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||