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 |
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 |
TransactionChain
A chain of transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
BindingDOMDataBrokerAdapter
The DataBrokerImpl simply defers to the DOMDataBroker for all its operations.
|
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.