Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareBroker.RpcRegistration
-
-
Uses of BindingAwareBroker.RpcRegistration in org.opendaylight.controller.md.sal.binding.compat
Methods in org.opendaylight.controller.md.sal.binding.compat that return BindingAwareBroker.RpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RpcRegistration<T>HeliumRpcProviderRegistry. addRpcImplementation(Class<T> type, T impl)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker.RpcRegistration in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util that return BindingAwareBroker.RpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RpcRegistration<T>AbstractBindingSalProviderInstance. addRpcImplementation(Class<T> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker.RpcRegistration in org.opendaylight.controller.sal.binding.api
Subinterfaces of BindingAwareBroker.RpcRegistration in org.opendaylight.controller.sal.binding.api Modifier and Type Interface Description static interface
BindingAwareBroker.RoutedRpcRegistration<T extends RpcService>
Deprecated, for removal: This API element is subject to removal in a future version.Represents a routed RPC implementation registration.Methods in org.opendaylight.controller.sal.binding.api that return BindingAwareBroker.RpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RpcRegistration<T>RpcProviderRegistry. addRpcImplementation(Class<T> serviceInterface, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.Registers a global implementation of the provided RPC service interface. -
Uses of BindingAwareBroker.RpcRegistration in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl that return BindingAwareBroker.RpcRegistration Modifier and Type Method Description <T extends RpcService>
BindingAwareBroker.RpcRegistration<T>RootBindingAwareBroker. addRpcImplementation(Class<T> type, T implementation)
Deprecated, for removal: This API element is subject to removal in a future version.
-