com.bigswitch.floodlight.vendor
Class OFBsnL2TableSetVendorData

java.lang.Object
  extended by com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
      extended by com.bigswitch.floodlight.vendor.OFBsnL2TableVendorData
          extended by com.bigswitch.floodlight.vendor.OFBsnL2TableSetVendorData
All Implemented Interfaces:
OFVendorData

public class OFBsnL2TableSetVendorData
extends OFBsnL2TableVendorData


Field Summary
static int BSN_L2_TABLE_SET
           
protected static Instantiable<OFVendorData> instantiableSingleton
           
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFBsnL2TableVendorData
l2TableEnabled, l2TablePriority
 
Fields inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
BSN_VENDOR_ID, dataType
 
Constructor Summary
OFBsnL2TableSetVendorData()
           
OFBsnL2TableSetVendorData(boolean l2TableEnabled, short l2TablePriority)
           
 
Method Summary
static Instantiable<OFVendorData> getInstantiable()
           
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFBsnL2TableVendorData
getL2TablePriority, getLength, isL2TableEnabled, readFrom, setL2TableEnabled, setL2TablePriority, writeTo
 
Methods inherited from class com.bigswitch.floodlight.vendor.OFBigSwitchVendorData
equals, getDataType, hashCode, setDataType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instantiableSingleton

protected static Instantiable<OFVendorData> instantiableSingleton

BSN_L2_TABLE_SET

public static final int BSN_L2_TABLE_SET
See Also:
Constant Field Values
Constructor Detail

OFBsnL2TableSetVendorData

public OFBsnL2TableSetVendorData()

OFBsnL2TableSetVendorData

public OFBsnL2TableSetVendorData(boolean l2TableEnabled,
                                 short l2TablePriority)
Method Detail

getInstantiable

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