public abstract class AbstractClientHistory extends Object implements org.opendaylight.yangtools.concepts.Identifiable<LocalHistoryIdentifier>
Modifier and Type | Method and Description |
---|---|
ClientTransaction |
createTransaction()
Allocate a new
ClientTransaction . |
LocalHistoryIdentifier |
getIdentifier() |
ClientSnapshot |
takeSnapshot()
Create a new
ClientSnapshot . |
public LocalHistoryIdentifier getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<LocalHistoryIdentifier>
public ClientTransaction createTransaction()
ClientTransaction
.ClientTransaction
org.opendaylight.mdsal.dom.api.DOMTransactionChainClosedException
- if this history is closedIllegalStateException
- if a previous dependent transaction has not been closedpublic ClientSnapshot takeSnapshot()
ClientSnapshot
.ClientSnapshot
org.opendaylight.mdsal.dom.api.DOMTransactionChainClosedException
- if this history is closedIllegalStateException
- if a previous dependent transaction has not been closedCopyright © 2019 OpenDaylight. All rights reserved.