Uses of Interface
org.opendaylight.controller.sal.binding.api.BindingAwareBroker
-
Packages that use BindingAwareBroker Package Description org.opendaylight.controller.sal.binding.api org.opendaylight.controller.sal.binding.impl -
-
Uses of BindingAwareBroker in org.opendaylight.controller.sal.binding.api
Methods in org.opendaylight.controller.sal.binding.api with parameters of type BindingAwareBroker Modifier and Type Method Description protected void
AbstractBindingAwareConsumer. onBrokerAvailable(BindingAwareBroker broker, org.osgi.framework.BundleContext context)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractBindingAwareProvider. onBrokerAvailable(BindingAwareBroker broker, org.osgi.framework.BundleContext context)
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract void
AbstractBrokerAwareActivator. onBrokerAvailable(BindingAwareBroker bindingBroker, org.osgi.framework.BundleContext bundleContext)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
AbstractBrokerAwareActivator. onBrokerRemoved(BindingAwareBroker bindingBroker, org.osgi.framework.BundleContext bundleContext)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingAwareBroker in org.opendaylight.controller.sal.binding.impl
Classes in org.opendaylight.controller.sal.binding.impl that implement BindingAwareBroker Modifier and Type Class Description class
RootBindingAwareBroker
Deprecated, for removal: This API element is subject to removal in a future version.
-