
| Interface | Description |
|---|---|
| DOMStore |
DOM Data Store
DOM Data Store provides transactional tree-like storage for YANG-modeled
entities described by YANG schema and represented by
NormalizedNode. |
| DOMStoreReadTransaction | |
| DOMStoreReadWriteTransaction |
Combination of a
DOMStoreReadTransaction and DOMStoreWriteTransaction. |
| DOMStoreThreePhaseCommitCohort |
Interface implemented by the
DOMStore and exposed for each DOMStoreWriteTransaction
upon its transition to Ready state. |
| DOMStoreTransaction |
DOM Data Store transaction
See
DOMStoreReadTransaction, DOMStoreWriteTransaction and DOMStoreReadWriteTransaction
for specific transaction types. |
| DOMStoreTransactionChain |
A chain of transactions.
|
| DOMStoreTransactionFactory |
Factory for DOM Store Transactions
Factory provides method to construct read-only, read-write and write-only
transactions, which may be used to retrieve and modify stored information in
Underlying
DOMStore or DOMStoreTransactionChain. |
| DOMStoreWriteTransaction |
Copyright © 2014. All Rights Reserved.