org.openflow.gui.net.protocol
Class NodesAdd

java.lang.Object
  extended by org.openflow.gui.net.protocol.OFGMessage
      extended by org.openflow.gui.net.protocol.NodesList
          extended by org.openflow.gui.net.protocol.NodesAdd
All Implemented Interfaces:
Message<OFGMessageType>

public class NodesAdd
extends NodesList

Node(s) added message.

Author:
David Underhill

Field Summary
 
Fields inherited from class org.openflow.gui.net.protocol.NodesList
nodes
 
Fields inherited from class org.openflow.gui.net.protocol.OFGMessage
SIZEOF, timeCreated, TSSEP, type, xid
 
Constructor Summary
NodesAdd(int len, int xid, java.io.DataInput in)
           
NodesAdd(int xid, Node[] nodes)
           
NodesAdd(Node[] nodes)
           
 
Method Summary
 
Methods inherited from class org.openflow.gui.net.protocol.NodesList
length, toString, write
 
Methods inherited from class org.openflow.gui.net.protocol.OFGMessage
getType, isStatefulReply, isStatefulRequest, timeCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodesAdd

public NodesAdd(Node[] nodes)

NodesAdd

public NodesAdd(int xid,
                Node[] nodes)

NodesAdd

public NodesAdd(int len,
                int xid,
                java.io.DataInput in)
         throws java.io.IOException
Throws:
java.io.IOException