Uses of Interface
org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService
-
-
Uses of ConfigurationService in org.opendaylight.openflowplugin.api.openflow.configuration
Methods in org.opendaylight.openflowplugin.api.openflow.configuration that return ConfigurationService Modifier and Type Method Description ConfigurationServiceConfigurationServiceFactory. newInstance(OpenflowProviderConfig providerConfig) -
Uses of ConfigurationService in org.opendaylight.openflowplugin.applications.frm.impl
Constructors in org.opendaylight.openflowplugin.applications.frm.impl with parameters of type ConfigurationService Constructor Description ForwardingRulesManagerImpl(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.RpcConsumerRegistry rpcRegistry, org.opendaylight.mdsal.binding.api.RpcProviderService rpcProviderService, ForwardingRulesManagerConfig config, MastershipChangeServiceManager mastershipChangeServiceManager, org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceProvider clusterSingletonService, ConfigurationService configurationService, ReconciliationManager reconciliationManager, OpenflowServiceRecoveryHandler openflowServiceRecoveryHandler, org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry, FlowGroupCacheManager flowGroupCacheManager, ListenerRegistrationHelper registrationHelper) -
Uses of ConfigurationService in org.opendaylight.openflowplugin.applications.topology.lldp
Constructors in org.opendaylight.openflowplugin.applications.topology.lldp with parameters of type ConfigurationService Constructor Description LLDPLinkAger(TopologyLldpDiscoveryConfig topologyLldpDiscoveryConfig, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationService, ConfigurationService configurationService, org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService, org.opendaylight.mdsal.binding.api.DataBroker dataBroker)default ctor - start timer. -
Uses of ConfigurationService in org.opendaylight.openflowplugin.impl
Constructors in org.opendaylight.openflowplugin.impl with parameters of type ConfigurationService Constructor Description 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, OpenflowDiagStatusProvider openflowDiagStatusProvider, org.opendaylight.infrautils.ready.SystemReadyMonitor systemReadyMonitor) -
Uses of ConfigurationService in org.opendaylight.openflowplugin.impl.configuration
Methods in org.opendaylight.openflowplugin.impl.configuration that return ConfigurationService Modifier and Type Method Description ConfigurationServiceConfigurationServiceFactoryImpl. newInstance(OpenflowProviderConfig providerConfig)ConfigurationServiceConfigurationServiceFactoryOsgiImpl. newInstance(OpenflowProviderConfig providerConfig)Constructors in org.opendaylight.openflowplugin.impl.configuration with parameters of type ConfigurationService Constructor Description OpenFlowProviderConfigImpl(ConfigurationService service)
-