Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareBroker.ConsumerContext
-
-
Uses of BindingAwareBroker.ConsumerContext in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util that return BindingAwareBroker.ConsumerContext Modifier and Type Method Description static BindingAwareBroker.ConsumerContext
BindingContextUtils. createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ConsumerContext
BindingContextUtils. createConsumerContextAndInitialize(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker.ConsumerContext in org.opendaylight.controller.sal.binding.api
Subinterfaces of BindingAwareBroker.ConsumerContext in org.opendaylight.controller.sal.binding.api Modifier and Type Interface Description static interface
BindingAwareBroker.ProviderContext
Deprecated.Methods in org.opendaylight.controller.sal.binding.api that return BindingAwareBroker.ConsumerContext Modifier and Type Method Description BindingAwareBroker.ConsumerContext
BindingAwareBroker. registerConsumer(BindingAwareConsumer consumer)
Deprecated.BindingAwareBroker.ConsumerContext
BindingAwareBroker. registerConsumer(BindingAwareConsumer consumer, org.osgi.framework.BundleContext ctx)
Deprecated.Methods in org.opendaylight.controller.sal.binding.api with parameters of type BindingAwareBroker.ConsumerContext Modifier and Type Method Description void
BindingAwareConsumer. onSessionInitialized(BindingAwareBroker.ConsumerContext 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.ConsumerContext in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl that return BindingAwareBroker.ConsumerContext Modifier and Type Method Description BindingAwareBroker.ConsumerContext
RootBindingAwareBroker. registerConsumer(BindingAwareConsumer consumer)
Deprecated, for removal: This API element is subject to removal in a future version.BindingAwareBroker.ConsumerContext
RootBindingAwareBroker. registerConsumer(BindingAwareConsumer consumer, org.osgi.framework.BundleContext ctx)
Deprecated, for removal: This API element is subject to removal in a future version.
-