Class BindingBrokerWiring
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingBrokerWiring
-
- All Implemented Interfaces:
AutoCloseable
@Deprecated(forRemoval=true) public class BindingBrokerWiring extends Object implements AutoCloseable
Deprecated, for removal: This API element is subject to removal in a future version.Provides the implementations of the APIs.Intended to be usable in a standalone environment (non-OSGi/Karaf). Also internally used by the Blueprint XML to expose the same as OSGi services. This class does not require (depend on) the Guice dependency injection framework, but can we used with it.
- Author:
- Michael Vorburger.ch, partially based on refactored code originally by Thomas Pantelis
-
-
Constructor Summary
Constructors Constructor Description BindingBrokerWiring(ClassLoadingStrategy classLoadingStrategy, DOMSchemaService schemaService, DOMRpcService domRpcService, DOMRpcProviderService domRpcProviderService, DOMMountPointService domMountPointService, DOMNotificationService domNotificationService, DOMNotificationPublishService domNotificationPublishService, DOMNotificationSubscriptionListenerRegistry domNotificationListenerRegistry, DOMDataBroker domDataBroker, DOMDataBroker domPingPongDataBroker)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated, for removal: This API element is subject to removal in a future version.AdapterFactory
getAdapterFactory()
Deprecated, for removal: This API element is subject to removal in a future version.BindingToNormalizedNodeCodec
getBindingToNormalizedNodeCodec()
Deprecated, for removal: This API element is subject to removal in a future version.DataBroker
getDataBroker()
Deprecated, for removal: This API element is subject to removal in a future version.NotificationService
getDeprecatedNotificationService()
Deprecated.MountPointService
getMountPointService()
Deprecated, for removal: This API element is subject to removal in a future version.NotificationProviderService
getNotificationProviderService()
Deprecated.NotificationPublishService
getNotificationPublishService()
Deprecated, for removal: This API element is subject to removal in a future version.NotificationService
getNotificationService()
Deprecated, for removal: This API element is subject to removal in a future version.DataBroker
getPingPongDataBroker()
Deprecated, for removal: This API element is subject to removal in a future version.RpcProviderRegistry
getRpcProviderRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
BindingBrokerWiring
public BindingBrokerWiring(ClassLoadingStrategy classLoadingStrategy, DOMSchemaService schemaService, DOMRpcService domRpcService, DOMRpcProviderService domRpcProviderService, DOMMountPointService domMountPointService, DOMNotificationService domNotificationService, DOMNotificationPublishService domNotificationPublishService, DOMNotificationSubscriptionListenerRegistry domNotificationListenerRegistry, DOMDataBroker domDataBroker, DOMDataBroker domPingPongDataBroker)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
close
public void close() throws Exception
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-
getBindingToNormalizedNodeCodec
public BindingToNormalizedNodeCodec getBindingToNormalizedNodeCodec()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAdapterFactory
public AdapterFactory getAdapterFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getRpcProviderRegistry
public RpcProviderRegistry getRpcProviderRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getMountPointService
public MountPointService getMountPointService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNotificationService
public NotificationService getNotificationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNotificationPublishService
public NotificationPublishService getNotificationPublishService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getNotificationProviderService
@Deprecated public NotificationProviderService getNotificationProviderService()
Deprecated.
-
getDeprecatedNotificationService
@Deprecated public NotificationService getDeprecatedNotificationService()
Deprecated.
-
getDataBroker
public DataBroker getDataBroker()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPingPongDataBroker
public DataBroker getPingPongDataBroker()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-