Class ConfigurationServiceFactoryOsgiImpl
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.configuration.ConfigurationServiceFactoryImpl
-
- org.opendaylight.openflowplugin.impl.configuration.ConfigurationServiceFactoryOsgiImpl
-
- All Implemented Interfaces:
ConfigurationServiceFactory
public class ConfigurationServiceFactoryOsgiImpl extends ConfigurationServiceFactoryImpl
-
-
Constructor Summary
Constructors Constructor Description ConfigurationServiceFactoryOsgiImpl(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationService
newInstance(OpenflowProviderConfig providerConfig)
-
-
-
Method Detail
-
newInstance
public ConfigurationService newInstance(OpenflowProviderConfig providerConfig)
- Specified by:
newInstance
in interfaceConfigurationServiceFactory
- Overrides:
newInstance
in classConfigurationServiceFactoryImpl
-
-