Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ProviderContext
-
-
Uses of BindingAwareBroker.ProviderContext in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util that return BindingAwareBroker.ProviderContext 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 BindingAwareBroker.ProviderContext in org.opendaylight.controller.sal.binding.api
Methods in org.opendaylight.controller.sal.binding.api that return BindingAwareBroker.ProviderContext Modifier and Type Method Description BindingAwareBroker.ProviderContext
BindingAwareBroker. registerProvider(BindingAwareProvider provider)
Deprecated.BindingAwareBroker.ProviderContext
BindingAwareBroker. registerProvider(BindingAwareProvider provider, org.osgi.framework.BundleContext ctx)
Deprecated.Methods in org.opendaylight.controller.sal.binding.api with parameters of type BindingAwareBroker.ProviderContext Modifier and Type Method Description void
BindingAwareProvider. onSessionInitiated(BindingAwareBroker.ProviderContext session)
Deprecated, for removal: This API element is subject to removal in a future version.Callback signaling initialization of the consumer session to the SAL. -
Uses of BindingAwareBroker.ProviderContext in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl that return BindingAwareBroker.ProviderContext 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.
-