Uses of Interface
org.opendaylight.openflowplugin.api.openflow.configuration.ConfigurationService
Packages that use ConfigurationService
Package
Description
-
Uses of ConfigurationService in org.opendaylight.openflowplugin.api.openflow.configuration
Methods in org.opendaylight.openflowplugin.api.openflow.configuration that return ConfigurationServiceModifier and TypeMethodDescriptionConfigurationServiceFactory.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 ConfigurationServiceModifierConstructorDescriptionForwardingRulesManagerImpl
(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 ConfigurationServiceModifierConstructorDescriptionLLDPLinkAger
(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 ConfigurationServiceModifierConstructorDescriptionOpenFlowPluginProviderImpl
(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) -
Uses of ConfigurationService in org.opendaylight.openflowplugin.impl.configuration
Methods in org.opendaylight.openflowplugin.impl.configuration that return ConfigurationServiceModifier and TypeMethodDescriptionConfigurationServiceFactoryImpl.newInstance
(OpenflowProviderConfig providerConfig) ConfigurationServiceFactoryOsgiImpl.newInstance
(OpenflowProviderConfig providerConfig) Constructors in org.opendaylight.openflowplugin.impl.configuration with parameters of type ConfigurationService