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.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 BindingAwareProvider in org.opendaylight.controller.sal.binding.api
Classes in org.opendaylight.controller.sal.binding.api that implement BindingAwareProvider Modifier and Type Class Description classAbstractBindingAwareProviderDeprecated, 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.ProviderContextBindingAwareBroker. registerProvider(BindingAwareProvider provider)Deprecated.BindingAwareBroker.ProviderContextBindingAwareBroker. 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.ProviderContextRootBindingAwareBroker. registerProvider(BindingAwareProvider provider)Deprecated, for removal: This API element is subject to removal in a future version.BindingAwareBroker.ProviderContextRootBindingAwareBroker. registerProvider(BindingAwareProvider provider, org.osgi.framework.BundleContext ctx)Deprecated, for removal: This API element is subject to removal in a future version.
-