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.ConsumerContextBindingContextUtils. createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ConsumerContextBindingContextUtils. 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 classAbstractBindingAwareConsumerDeprecated, 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.ConsumerContextBindingAwareBroker. registerConsumer(BindingAwareConsumer consumer)Deprecated.BindingAwareBroker.ConsumerContextBindingAwareBroker. 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.ConsumerContextRootBindingAwareBroker. registerConsumer(BindingAwareConsumer consumer)Deprecated, for removal: This API element is subject to removal in a future version.BindingAwareBroker.ConsumerContextRootBindingAwareBroker. registerConsumer(BindingAwareConsumer consumer, org.osgi.framework.BundleContext ctx)Deprecated, for removal: This API element is subject to removal in a future version.
-