|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--SSF.OS.ProtocolMessage
|
+--SSF.OS.OSPFv2.test.ConfigUpdateMessage
ConfigUpdateMessages contain the configuration updates for an OSPF instance, sent by the Configurator at given times.
| Field Summary | |
private com.renesys.raceway.DML.Configuration |
cfg
The DML config, which has to be sent to OSPF |
| Fields inherited from class SSF.OS.ProtocolMessage |
next, prev |
| Constructor Summary | |
ConfigUpdateMessage(com.renesys.raceway.DML.Configuration c)
Constructor |
|
| Method Summary | |
com.renesys.raceway.DML.Configuration |
getConfig()
Returns the DML config encapsulated in this ProtocolMessage |
| Methods inherited from class SSF.OS.ProtocolMessage |
bytecount, carryPayload, copy, dropHeader, dropPayload, frombytes, fromVersion, header_bytecount, payload, previous, size, tobytes, version |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private com.renesys.raceway.DML.Configuration cfg
| Constructor Detail |
public ConfigUpdateMessage(com.renesys.raceway.DML.Configuration c)
c - DML configuration| Method Detail |
public com.renesys.raceway.DML.Configuration getConfig()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||