net.floodlightcontroller.core
Interface IOFSwitchDriver


public interface IOFSwitchDriver


Method Summary
 IOFSwitch getOFSwitchImpl(OFDescriptionStatistics description)
          Return an IOFSwitch object based on switch's manufacturer description from OFDescriptionStatitics.
 

Method Detail

getOFSwitchImpl

IOFSwitch getOFSwitchImpl(OFDescriptionStatistics description)
Return an IOFSwitch object based on switch's manufacturer description from OFDescriptionStatitics.

Parameters:
description - DescriptionStatistics from the switch instance
Returns:
A IOFSwitch instance if the driver found an implementation for the given description. Null otherwise