Uses of Interface
org.opendaylight.mdsal.dom.api.DOMDataTreeTransaction
Packages that use DOMDataTreeTransaction
-
Uses of DOMDataTreeTransaction in org.opendaylight.mdsal.dom.api
Subinterfaces of DOMDataTreeTransaction in org.opendaylight.mdsal.dom.apiModifier and TypeInterfaceDescriptioninterface
ADOMDataTreeReadTransaction
which can also performDOMDataTreeQueryOperations
.interface
ADOMDataTreeReadWriteTransaction
which can also performDOMDataTreeQueryOperations
.interface
A transaction that provides read access to a logical data store.interface
A transaction that provides read/write access to a logical data store.interface
Write transaction provides mutation capabilities for a data tree.Methods in org.opendaylight.mdsal.dom.api with parameters of type DOMDataTreeTransactionModifier and TypeMethodDescriptionvoid
DOMTransactionChainListener.onTransactionChainFailed
(DOMTransactionChain chain, DOMDataTreeTransaction transaction, Throwable cause) Invoked if when a transaction in the chain fails. -
Uses of DOMDataTreeTransaction in org.opendaylight.mdsal.dom.spi
Classes in org.opendaylight.mdsal.dom.spi that implement DOMDataTreeTransactionModifier and TypeClassDescriptionclass
UtilityDOMDataTreeReadTransaction
implementation which forwards all interface method invocation to a delegate instance.class
UtilityDOMDataTreeReadWriteTransaction
implementation which forwards all interface method invocation to a delegate instance.class
UtilityDOMDataTreeWriteTransaction
implementation which forwards all interface method invocation to a delegate instance.