| Package | Description | 
|---|---|
| org.opendaylight.controller.md.sal.binding.api | |
| org.opendaylight.controller.md.sal.common.api.data | |
| org.opendaylight.controller.md.sal.dom.api | |
| org.opendaylight.controller.md.sal.dom.broker.impl | |
| org.opendaylight.controller.md.sal.dom.spi | |
| org.opendaylight.controller.sal.core.compat | Controller/MDSAL compatibility library. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BindingTransactionChainA chain of transactions. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransactionChain<P,D> | TransactionChainFactory. createTransactionChain(TransactionChainListener listener)Create a new transaction chain. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TransactionChainListener. onTransactionChainFailed(TransactionChain<?,?> chain,
                        AsyncTransaction<?,?> transaction,
                        Throwable cause)Invoked if when a transaction in the chain fails. | 
| void | TransactionChainListener. onTransactionChainSuccessful(TransactionChain<?,?> chain)Invoked when a transaction chain is completed. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DOMTransactionChainA chain of DOM Data transactions. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PingPongTransactionChainAn implementation of  DOMTransactionChain, which has a very specific
 behavior, which some users may find surprising. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwardingDOMTransactionChainUtility  DOMTransactionChainimplementation which forwards all interface
 method invocation to a delegate instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DOMTransactionChainAdapter. onTransactionChainFailed(TransactionChain<?,?> chain,
                        AsyncTransaction<?,?> transaction,
                        Throwable cause)Deprecated.  | 
| void | DOMTransactionChainAdapter. onTransactionChainSuccessful(TransactionChain<?,?> chain)Deprecated.  | 
Copyright © 2019 OpenDaylight. All rights reserved.