Interface SwitchConnectionProviderFactory
-
- All Known Implementing Classes:
SwitchConnectionProviderFactoryImpl
public interface SwitchConnectionProviderFactory
Factory for creating SwitchConnectionProvider instances.- Author:
- Thomas Pantelis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SwitchConnectionProvider
newInstance(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
-
-