Package | Description |
---|---|
org.opendaylight.mdsal.binding.api | |
org.opendaylight.mdsal.binding.dom.adapter | |
org.opendaylight.mdsal.binding.spi | |
org.opendaylight.mdsal.binding.testutils |
Modifier and Type | Interface and Description |
---|---|
interface |
ActionProviderService
Registration interface used by
action implementations. |
interface |
ActionService
Provides access to registered
action implementations. |
interface |
DataBroker
Provides access to a conceptual data tree store and also provides the ability to
subscribe for changes to data under a given branch of the tree.
|
interface |
DataTreeChangeService
A
BindingService which allows users to register for changes to a subtree. |
interface |
DataTreeService
A
BindingService providing access to the conceptual data tree. |
interface |
MountPointService |
interface |
NotificationPublishService
A
NotificationService which also allows its users to
submit YANG-modeled notifications for delivery. |
interface |
NotificationService
Notification broker which allows clients to subscribe for and publish YANG-modeled notifications.
|
interface |
RpcConsumerRegistry
Provides access to registered Remote Procedure Call (RPC) service implementations.
|
interface |
RpcProviderService
Provides ability to registered Remote Procedure Call (RPC) service implementations.
|
Modifier and Type | Method and Description |
---|---|
<T extends BindingService> |
MountPoint.getService(@NonNull Class<T> service) |
Modifier and Type | Class and Description |
---|---|
class |
ActionProviderServiceAdapter |
class |
ActionServiceAdapter |
class |
BindingDOMDataBrokerAdapter
The DataBrokerImpl simply defers to the DOMDataBroker for all its operations.
|
class |
BindingDOMDataTreeServiceAdapter |
class |
BindingDOMMountPointServiceAdapter |
class |
BindingDOMNotificationPublishServiceAdapter |
class |
BindingDOMNotificationServiceAdapter |
class |
BindingDOMRpcProviderServiceAdapter |
class |
BindingDOMRpcServiceAdapter |
Modifier and Type | Method and Description |
---|---|
<T extends BindingService> |
BindingMountPointAdapter.getService(Class<T> service) |
Modifier and Type | Method and Description |
---|---|
protected AdapterBuilder<? extends BindingService,DOMService> |
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key) |
Modifier and Type | Method and Description |
---|---|
protected AdapterBuilder<? extends BindingService,DOMService> |
BindingDOMAdapterLoader.createBuilder(Class<? extends BindingService> key) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingDataBroker
Utility
DataBroker implementation which forwards all interface method invocation to a delegate instance. |
Modifier and Type | Class and Description |
---|---|
class |
DataBrokerFailuresImpl
DataBroker with methods to simulate failures, useful for tests.
|
Copyright © 2019 OpenDaylight. All rights reserved.