Class OpenFlowPluginProviderImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.OpenFlowPluginProviderImpl
- All Implemented Interfaces:
AutoCloseable,org.opendaylight.infrautils.ready.SystemReadyListener,org.opendaylight.mdsal.binding.api.BindingService,FlowGroupInfoHistories,OpenFlowPluginProvider,OpenFlowPluginExtensionRegistratorProvider
@Singleton
public class OpenFlowPluginProviderImpl
extends Object
implements OpenFlowPluginProvider, OpenFlowPluginExtensionRegistratorProvider, FlowGroupInfoHistories, org.opendaylight.infrautils.ready.SystemReadyListener
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFlowPluginProviderImpl(ConfigurationService configurationService, SwitchConnectionProviderList switchConnectionProviders, PingPongDataBroker pingPongDataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonServiceProvider, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, MastershipChangeServiceManager mastershipChangeServiceManager, DiagStatusProvider diagStatusProvider, org.opendaylight.infrautils.ready.SystemReadyMonitor systemReadyMonitor) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Returns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.getFlowGroupHistory(NodeId nodeId) static MessageIntelligenceAgencyvoidMethod initializes all DeviceManager, RpcManager and related contexts.void
-
Constructor Details
-
OpenFlowPluginProviderImpl
@Inject public OpenFlowPluginProviderImpl(ConfigurationService configurationService, SwitchConnectionProviderList switchConnectionProviders, PingPongDataBroker pingPongDataBroker, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderRegistry, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider singletonServiceProvider, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, MastershipChangeServiceManager mastershipChangeServiceManager, DiagStatusProvider diagStatusProvider, org.opendaylight.infrautils.ready.SystemReadyMonitor systemReadyMonitor)
-
-
Method Details
-
getMessageIntelligenceAgency
-
onSystemBootReady
public void onSystemBootReady()- Specified by:
onSystemBootReadyin interfaceorg.opendaylight.infrautils.ready.SystemReadyListener
-
getFullyStarted
-
initialize
@PostConstruct public void initialize()Description copied from interface:OpenFlowPluginProviderMethod initializes all DeviceManager, RpcManager and related contexts.- Specified by:
initializein interfaceOpenFlowPluginProvider
-
getExtensionConverterRegistrator
Description copied from interface:OpenFlowPluginExtensionRegistratorProviderReturns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.- Specified by:
getExtensionConverterRegistratorin interfaceOpenFlowPluginExtensionRegistratorProvider- Returns:
- extensionConverterRegistrator
-
getAllFlowGroupHistories
- Specified by:
getAllFlowGroupHistoriesin interfaceFlowGroupInfoHistories
-
getFlowGroupHistory
- Specified by:
getFlowGroupHistoryin interfaceFlowGroupInfoHistories
-
close
@PreDestroy public void close()- Specified by:
closein interfaceAutoCloseable
-