org.openflow.vendor.openflow
Class OFQueueModifyVendorData

java.lang.Object
  extended by org.openflow.vendor.openflow.OFOpenFlowVendorData
      extended by org.openflow.vendor.openflow.OFQueueVendorData
          extended by org.openflow.vendor.openflow.OFQueueModifyVendorData
All Implemented Interfaces:
OFVendorData

public class OFQueueModifyVendorData
extends OFQueueVendorData

Class that represents the vendor data in the queue modify request

Author:
Andrew Ferguson (adf@cs.brown.edu)

Field Summary
protected static Instantiable<OFVendorData> instantiable
           
static int OFP_EXT_QUEUE_MODIFY
          The data type value for a queue modify request
 
Fields inherited from class org.openflow.vendor.openflow.OFQueueVendorData
MINIMUM_LENGTH, portNumber, queues
 
Fields inherited from class org.openflow.vendor.openflow.OFOpenFlowVendorData
dataType, OF_VENDOR_ID
 
Constructor Summary
OFQueueModifyVendorData()
           
 
Method Summary
static Instantiable<OFVendorData> getInstantiable()
           
 
Methods inherited from class org.openflow.vendor.openflow.OFQueueVendorData
getLength, getPortNumber, getQueues, readFrom, setPortNumber, setQueues, writeTo
 
Methods inherited from class org.openflow.vendor.openflow.OFOpenFlowVendorData
getDataType, setDataType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instantiable

protected static Instantiable<OFVendorData> instantiable

OFP_EXT_QUEUE_MODIFY

public static final int OFP_EXT_QUEUE_MODIFY
The data type value for a queue modify request

See Also:
Constant Field Values
Constructor Detail

OFQueueModifyVendorData

public OFQueueModifyVendorData()
Method Detail

getInstantiable

public static Instantiable<OFVendorData> getInstantiable()
Returns:
a subclass of Instantiable that instantiates an instance of OFQueueModifyVendorData.