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 interface
ActionProviderService
Deprecated, for removal: This API element is subject to removal in a future version.UseActionProviderService
insteadinterface
ActionService
Deprecated, for removal: This API element is subject to removal in a future version.UseActionService
insteadinterface
BindingService
Deprecated, for removal: This API element is subject to removal in a future version.UseBindingService
instead.interface
DataBroker
Deprecated, for removal: This API element is subject to removal in a future version.UseDataBroker
insteadinterface
DataTreeChangeService
Deprecated, for removal: This API element is subject to removal in a future version.UseDataTreeChangeService
instead.interface
MountPointService
Deprecated, for removal: This API element is subject to removal in a future version.UseMountPointService
insteadinterface
NotificationPublishService
Deprecated, for removal: This API element is subject to removal in a future version.UseNotificationPublishService
insteadinterface
NotificationService
Deprecated, for removal: This API element is subject to removal in a future version.UseNotificationService
insteadClasses in org.opendaylight.controller.md.sal.binding.api that implement BindingAwareService Modifier and Type Class Description class
ForwardingDataBroker
Deprecated, 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 class
HeliumNotificationProviderServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
HeliumNotificationProviderServiceWithInterestListeners
Deprecated, for removal: This API element is subject to removal in a future version.class
HeliumNotificationServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
HeliumRpcProviderRegistry
Deprecated, 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 class
BindingDOMDataBrokerAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
BindingDOMMountPointServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
BindingDOMNotificationPublishServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
BindingDOMNotificationServiceAdapter
Deprecated, for removal: This API element is subject to removal in a future version.class
BindingDOMRpcServiceAdapter
Deprecated, 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 class
AbstractBindingSalConsumerInstance<N extends NotificationService,R extends RpcConsumerRegistry>
Deprecated, for removal: This API element is subject to removal in a future version.class
AbstractBindingSalProviderInstance<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.ConsumerContext
BindingContextUtils. createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ConsumerContext
BindingContextUtils. createConsumerContextAndInitialize(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContext
BindingContextUtils. createProviderContext(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContext
BindingContextUtils. 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 interface
BindingAwareBroker.ConsumerContext
Deprecated.static interface
BindingAwareBroker.ProviderContext
Deprecated.interface
NotificationProviderService
Deprecated, for removal: This API element is subject to removal in a future version.Please useNotificationPublishService
.interface
NotificationService
Deprecated, for removal: This API element is subject to removal in a future version.Please useNotificationService
instead.interface
RpcConsumerRegistry
Deprecated, for removal: This API element is subject to removal in a future version.UseRpcConsumerRegistry
insteadinterface
RpcProviderRegistry
Deprecated, for removal: This API element is subject to removal in a future version.UseRpcProviderService
insteadMethods 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 class
RootBindingAwareBroker
Deprecated, for removal: This API element is subject to removal in a future version.static class
RootBindingAwareBroker.RootSalInstance
Deprecated, for removal: This API element is subject to removal in a future version.
-