Class BindingContextUtils
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.util.BindingContextUtils
-
@Deprecated(forRemoval=true) public final class BindingContextUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BindingAwareBroker.ConsumerContext
createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ConsumerContext
createConsumerContextAndInitialize(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static <T extends BindingAwareService>
TcreateContextProxyOrReturnService(Class<T> service, T instance)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContext
createProviderContext(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.static BindingAwareBroker.ProviderContext
createProviderContextAndInitialize(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
createConsumerContext
public static BindingAwareBroker.ConsumerContext createConsumerContext(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createProviderContext
public static BindingAwareBroker.ProviderContext createProviderContext(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createConsumerContextAndInitialize
public static BindingAwareBroker.ConsumerContext createConsumerContextAndInitialize(BindingAwareConsumer consumer, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createProviderContextAndInitialize
public static BindingAwareBroker.ProviderContext createProviderContextAndInitialize(BindingAwareProvider provider, ClassToInstanceMap<BindingAwareService> serviceProvider)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createContextProxyOrReturnService
public static <T extends BindingAwareService> T createContextProxyOrReturnService(Class<T> service, T instance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-