Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareProvider
-
Packages that use BindingAwareProvider Package Description org.opendaylight.controller.md.sal.binding.util org.opendaylight.controller.sal.binding.api org.opendaylight.controller.sal.binding.impl -
-
Uses of BindingAwareProvider in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util with parameters of type BindingAwareProvider Modifier and Type Method Description 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 BindingAwareProvider in org.opendaylight.controller.sal.binding.api
Classes in org.opendaylight.controller.sal.binding.api that implement BindingAwareProvider Modifier and Type Class Description class
AbstractBindingAwareProvider
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.controller.sal.binding.api with parameters of type BindingAwareProvider Modifier and Type Method Description BindingAwareBroker.ProviderContext
BindingAwareBroker. registerProvider(BindingAwareProvider provider)
Deprecated.BindingAwareBroker.ProviderContext
BindingAwareBroker. registerProvider(BindingAwareProvider provider, org.osgi.framework.BundleContext ctx)
Deprecated. -
Uses of BindingAwareProvider in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl with parameters of type BindingAwareProvider Modifier and Type Method Description BindingAwareBroker.ProviderContext
RootBindingAwareBroker. registerProvider(BindingAwareProvider provider)
Deprecated, for removal: This API element is subject to removal in a future version.BindingAwareBroker.ProviderContext
RootBindingAwareBroker. registerProvider(BindingAwareProvider provider, org.osgi.framework.BundleContext ctx)
Deprecated, for removal: This API element is subject to removal in a future version.
-