public interface DOMStoreTransaction extends AutoCloseable, org.opendaylight.yangtools.concepts.Identifiable<Object>
See DOMStoreReadTransaction
, DOMStoreWriteTransaction
and DOMStoreReadWriteTransaction
for specific transaction types.
Modifier and Type | Method and Description |
---|---|
void |
close() |
Object |
getIdentifier()
Unique identifier of the transaction.
|
Object getIdentifier()
getIdentifier
in interface org.opendaylight.yangtools.concepts.Identifiable<Object>
void close()
close
in interface AutoCloseable
Copyright © 2019 OpenDaylight. All rights reserved.