Interface OpenFlowPluginProvider
-
- All Superinterfaces:
AutoCloseable
,org.opendaylight.mdsal.binding.api.BindingService
- All Known Implementing Classes:
OpenFlowPluginProviderImpl
public interface OpenFlowPluginProvider extends AutoCloseable, org.opendaylight.mdsal.binding.api.BindingService
Plugin services provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize()
Method initializes all DeviceManager, RpcManager and related contexts.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-