Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareService
-
-
Uses of BindingAwareService in org.opendaylight.controller.md.sal.binding.api
Subinterfaces of BindingAwareService in org.opendaylight.controller.md.sal.binding.api Modifier and Type Interface Description interfaceActionProviderServiceDeprecated, for removal: This API element is subject to removal in a future version.UseActionProviderServiceinsteadinterfaceActionServiceDeprecated, for removal: This API element is subject to removal in a future version.UseActionServiceinsteadinterfaceBindingServiceDeprecated, for removal: This API element is subject to removal in a future version.UseBindingServiceinstead.interfaceDataBrokerDeprecated, for removal: This API element is subject to removal in a future version.UseDataBrokerinsteadinterfaceDataTreeChangeServiceDeprecated, for removal: This API element is subject to removal in a future version.UseDataTreeChangeServiceinstead.interfaceMountPointServiceDeprecated, for removal: This API element is subject to removal in a future version.UseMountPointServiceinsteadinterfaceNotificationPublishServiceDeprecated, for removal: This API element is subject to removal in a future version.UseNotificationPublishServiceinsteadinterfaceNotificationServiceDeprecated, for removal: This API element is subject to removal in a future version.UseNotificationServiceinsteadClasses in org.opendaylight.controller.md.sal.binding.api that implement BindingAwareService Modifier and Type Class Description classForwardingDataBrokerDeprecated, for removal: This API element is subject to removal in a future version.Use org.opendaylight.mdsal.binding.spi.ForwardingDataBroker instead. -
Uses of BindingAwareService in org.opendaylight.controller.md.sal.binding.compat
Classes in org.opendaylight.controller.md.sal.binding.compat that implement BindingAwareService Modifier and Type Class Description classHeliumNotificationProviderServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version.classHeliumNotificationProviderServiceWithInterestListenersDeprecated, for removal: This API element is subject to removal in a future version.classHeliumNotificationServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version.classHeliumRpcProviderRegistryDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareService in org.opendaylight.controller.md.sal.binding.impl
Classes in org.opendaylight.controller.md.sal.binding.impl that implement BindingAwareService Modifier and Type Class Description classBindingDOMDataBrokerAdapterDeprecated, for removal: This API element is subject to removal in a future version.classBindingDOMMountPointServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version.classBindingDOMNotificationPublishServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version.classBindingDOMNotificationServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version.classBindingDOMRpcServiceAdapterDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareService in org.opendaylight.controller.md.sal.binding.util
Classes in org.opendaylight.controller.md.sal.binding.util that implement BindingAwareService Modifier and Type Class Description classAbstractBindingSalConsumerInstance<N extends NotificationService,R extends RpcConsumerRegistry>Deprecated, for removal: This API element is subject to removal in a future version.classAbstractBindingSalProviderInstance<N extends NotificationProviderService,R extends RpcProviderRegistry>Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.md.sal.binding.util with type parameters of type BindingAwareService Modifier and Type Method Description static <T extends BindingAwareService>
TBindingContextUtils. createContextProxyOrReturnService(Class<T> service, T instance)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.opendaylight.controller.md.sal.binding.util with type arguments of type BindingAwareService Modifier and Type Method Description static BindingAwareBroker.ConsumerContextBindingContextUtils. createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ConsumerContextBindingContextUtils. createConsumerContextAndInitialize(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContextBindingContextUtils. createProviderContext(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContextBindingContextUtils. createProviderContextAndInitialize(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareService in org.opendaylight.controller.sal.binding.api
Subinterfaces of BindingAwareService in org.opendaylight.controller.sal.binding.api Modifier and Type Interface Description static interfaceBindingAwareBroker.ConsumerContextDeprecated.static interfaceBindingAwareBroker.ProviderContextDeprecated.interfaceNotificationProviderServiceDeprecated, for removal: This API element is subject to removal in a future version.Please useNotificationPublishService.interfaceNotificationServiceDeprecated, for removal: This API element is subject to removal in a future version.Please useNotificationServiceinstead.interfaceRpcConsumerRegistryDeprecated, for removal: This API element is subject to removal in a future version.UseRpcConsumerRegistryinsteadinterfaceRpcProviderRegistryDeprecated, for removal: This API element is subject to removal in a future version.UseRpcProviderServiceinsteadMethods in org.opendaylight.controller.sal.binding.api with type parameters of type BindingAwareService Modifier and Type Method Description <T extends BindingAwareService>
TBindingAwareBroker.ConsumerContext. getSALService(Class<T> service)Deprecated.Returns a session specific instance (implementation) of requested binding-aware infrastructure service. -
Uses of BindingAwareService in org.opendaylight.controller.sal.binding.impl
Classes in org.opendaylight.controller.sal.binding.impl that implement BindingAwareService Modifier and Type Class Description classRootBindingAwareBrokerDeprecated, for removal: This API element is subject to removal in a future version.static classRootBindingAwareBroker.RootSalInstanceDeprecated, for removal: This API element is subject to removal in a future version.
-