Uses of Interface
org.opendaylight.controller.sal.binding.api.RpcProviderRegistry
-
-
Uses of RpcProviderRegistry in org.opendaylight.controller.md.sal.binding.compat
Classes in org.opendaylight.controller.md.sal.binding.compat that implement RpcProviderRegistry Modifier and Type Class Description class
HeliumRpcProviderRegistry
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RpcProviderRegistry in org.opendaylight.controller.md.sal.binding.impl
Methods in org.opendaylight.controller.md.sal.binding.impl that return RpcProviderRegistry Modifier and Type Method Description RpcProviderRegistry
BindingBrokerWiring. getRpcProviderRegistry()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RpcProviderRegistry in org.opendaylight.controller.md.sal.binding.util
Classes in org.opendaylight.controller.md.sal.binding.util with type parameters of type RpcProviderRegistry Modifier and Type Class Description class
AbstractBindingSalProviderInstance<N extends NotificationProviderService,R extends RpcProviderRegistry>
Deprecated, for removal: This API element is subject to removal in a future version.Classes in org.opendaylight.controller.md.sal.binding.util that implement RpcProviderRegistry Modifier and Type Class Description class
AbstractBindingSalProviderInstance<N extends NotificationProviderService,R extends RpcProviderRegistry>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of RpcProviderRegistry in org.opendaylight.controller.sal.binding.api
Subinterfaces of RpcProviderRegistry in org.opendaylight.controller.sal.binding.api Modifier and Type Interface Description static interface
BindingAwareBroker.ProviderContext
Deprecated. -
Uses of RpcProviderRegistry in org.opendaylight.controller.sal.binding.impl
Classes in org.opendaylight.controller.sal.binding.impl that implement RpcProviderRegistry 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.Methods in org.opendaylight.controller.sal.binding.impl that return RpcProviderRegistry Modifier and Type Method Description RpcProviderRegistry
RootBindingAwareBroker. getRpcBroker()
Deprecated, for removal: This API element is subject to removal in a future version.RpcProviderRegistry
RootBindingAwareBroker. getRpcProviderRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.sal.binding.impl with parameters of type RpcProviderRegistry Modifier and Type Method Description void
RootBindingAwareBroker. setRpcBroker(RpcProviderRegistry rpcBroker)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.controller.sal.binding.impl with parameters of type RpcProviderRegistry Constructor Description RootSalInstance(RpcProviderRegistry rpcRegistry, NotificationProviderService notificationBroker)
-