| Modifier and Type | Interface and Description |
|---|---|
interface |
BindingTransactionChain
A chain of transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingDOMTransactionChainAdapter
Transaction chain adapter.
|
| 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 |
DOMTransactionChain
A chain of DOM Data transactions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShardedDOMTransactionChainAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardingDOMTransactionChain
Utility
DOMTransactionChain implementation which forwards all interface
method invocation to a delegate instance. |
Copyright © 2019 OpenDaylight. All rights reserved.