Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareConsumer
-
Packages that use BindingAwareConsumer Package Description org.opendaylight.controller.md.sal.binding.util org.opendaylight.controller.sal.binding.api org.opendaylight.controller.sal.binding.impl -
-
Uses of BindingAwareConsumer in org.opendaylight.controller.md.sal.binding.util
Methods in org.opendaylight.controller.md.sal.binding.util with parameters of type BindingAwareConsumer 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 BindingAwareConsumer in org.opendaylight.controller.sal.binding.api
Classes in org.opendaylight.controller.sal.binding.api that implement BindingAwareConsumer Modifier and Type Class Description class
AbstractBindingAwareConsumer
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 BindingAwareConsumer Modifier and Type Method Description BindingAwareBroker.ConsumerContext
BindingAwareBroker. registerConsumer(BindingAwareConsumer consumer)
Deprecated.BindingAwareBroker.ConsumerContext
BindingAwareBroker. registerConsumer(BindingAwareConsumer consumer, org.osgi.framework.BundleContext ctx)
Deprecated. -
Uses of BindingAwareConsumer in org.opendaylight.controller.sal.binding.impl
Methods in org.opendaylight.controller.sal.binding.impl with parameters of type BindingAwareConsumer 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.
-