Interface SwitchConnectionProviderFactory
- 
- All Known Implementing Classes:
 SwitchConnectionProviderFactoryImpl
public interface SwitchConnectionProviderFactoryFactory for creating SwitchConnectionProvider instances.- Author:
 - Thomas Pantelis
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SwitchConnectionProvidernewInstance(SwitchConnectionConfig config, OpenflowDiagStatusProvider openflowPluginDiagStatusProvider)Creates a new SwitchConnectionProvider with the given configuration. 
 - 
 
- 
- 
Method Detail
- 
newInstance
SwitchConnectionProvider newInstance(SwitchConnectionConfig config, OpenflowDiagStatusProvider openflowPluginDiagStatusProvider)
Creates a new SwitchConnectionProvider with the given configuration.- Parameters:
 config- the SwitchConnectionConfig- Returns:
 - a SwitchConnectionProvider instance
 
 
 - 
 
 -