Uses of Interface
org.opendaylight.mdsal.binding.api.DataTreeChangeService
Packages that use DataTreeChangeService
Package
Description
OSGi-specific automatic DOMService-to-BindingService adaptation.
-
Uses of DataTreeChangeService in org.opendaylight.mdsal.binding.api
Subinterfaces of DataTreeChangeService in org.opendaylight.mdsal.binding.apiModifier and TypeInterfaceDescriptioninterface
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. -
Uses of DataTreeChangeService in org.opendaylight.mdsal.binding.dom.adapter
Classes in org.opendaylight.mdsal.binding.dom.adapter that implement DataTreeChangeServiceModifier and TypeClassDescriptionclass
The DataBrokerImpl simply defers to the DOMDataBroker for all its operations. -
Uses of DataTreeChangeService in org.opendaylight.mdsal.binding.dom.adapter.osgi
Classes in org.opendaylight.mdsal.binding.dom.adapter.osgi that implement DataTreeChangeService -
Uses of DataTreeChangeService in org.opendaylight.mdsal.binding.spi
Classes in org.opendaylight.mdsal.binding.spi that implement DataTreeChangeServiceModifier and TypeClassDescriptionclass
UtilityDataBroker
implementation which forwards all interface method invocation to a delegate instance. -
Uses of DataTreeChangeService in org.opendaylight.mdsal.binding.testutils
Classes in org.opendaylight.mdsal.binding.testutils that implement DataTreeChangeServiceModifier and TypeClassDescriptionclass
DataBroker with methods to simulate failures, useful for tests.