T - identifier type@Beta public abstract class AbstractDOMStoreTransaction<T> extends Object implements DOMStoreTransaction
toString() and getIdentifier().
 It can optionally capture the context where it was allocated.| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractDOMStoreTransaction(T identifier)  | 
protected  | 
AbstractDOMStoreTransaction(T identifier,
                           boolean debug)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.MoreObjects.ToStringHelper | 
addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
Add class-specific toString attributes. 
 | 
Throwable | 
getDebugContext()
Return the context in which this transaction was allocated. 
 | 
T | 
getIdentifier()
Unique identifier of the transaction. 
 | 
String | 
toString()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclosepublic final T getIdentifier()
DOMStoreTransactiongetIdentifier in interface DOMStoreTransactiongetIdentifier in interface org.opendaylight.yangtools.concepts.Identifiable<Object>@Nullable public final Throwable getDebugContext()
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(@Nonnull com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
toStringHelper - ToStringHelper instanceCopyright © 2018 OpenDaylight. All rights reserved.