public class BindingBrokerWiring extends Object implements AutoCloseable
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.
Constructor and Description |
---|
BindingBrokerWiring(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy,
org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
DOMRpcService domRpcService,
DOMRpcProviderService domRpcProviderService,
DOMMountPointService domMountPointService,
DOMNotificationService domNotificationService,
DOMNotificationPublishService domNotificationPublishService,
DOMNotificationSubscriptionListenerRegistry domNotificationListenerRegistry,
DOMDataBroker domDataBroker,
DOMDataBroker domPingPongDataBroker) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
AdapterFactory |
getAdapterFactory() |
BindingToNormalizedNodeCodec |
getBindingToNormalizedNodeCodec() |
DataBroker |
getDataBroker() |
NotificationService |
getDeprecatedNotificationService()
Deprecated.
|
MountPointService |
getMountPointService() |
NotificationProviderService |
getNotificationProviderService()
Deprecated.
|
NotificationPublishService |
getNotificationPublishService() |
NotificationService |
getNotificationService() |
DataBroker |
getPingPongDataBroker() |
RpcProviderRegistry |
getRpcProviderRegistry() |
public BindingBrokerWiring(org.opendaylight.mdsal.binding.generator.api.ClassLoadingStrategy classLoadingStrategy, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, DOMRpcService domRpcService, DOMRpcProviderService domRpcProviderService, DOMMountPointService domMountPointService, DOMNotificationService domNotificationService, DOMNotificationPublishService domNotificationPublishService, DOMNotificationSubscriptionListenerRegistry domNotificationListenerRegistry, DOMDataBroker domDataBroker, DOMDataBroker domPingPongDataBroker)
public void close() throws Exception
close
in interface AutoCloseable
Exception
public BindingToNormalizedNodeCodec getBindingToNormalizedNodeCodec()
public AdapterFactory getAdapterFactory()
public RpcProviderRegistry getRpcProviderRegistry()
public MountPointService getMountPointService()
public NotificationService getNotificationService()
public NotificationPublishService getNotificationPublishService()
@Deprecated public NotificationProviderService getNotificationProviderService()
@Deprecated public NotificationService getDeprecatedNotificationService()
public DataBroker getDataBroker()
public DataBroker getPingPongDataBroker()
Copyright © 2019 OpenDaylight. All rights reserved.