SSF.OS.OSPFv2.test
Class ConfigUpdateMessage

java.lang.Object
  |
  +--SSF.OS.ProtocolMessage
        |
        +--SSF.OS.OSPFv2.test.ConfigUpdateMessage

public class ConfigUpdateMessage
extends SSF.OS.ProtocolMessage

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

cfg

private com.renesys.raceway.DML.Configuration cfg
The DML config, which has to be sent to OSPF
Constructor Detail

ConfigUpdateMessage

public ConfigUpdateMessage(com.renesys.raceway.DML.Configuration c)
Constructor
Parameters:
c - DML configuration
Method Detail

getConfig

public com.renesys.raceway.DML.Configuration getConfig()
Returns the DML config encapsulated in this ProtocolMessage