T - Message type@Beta public abstract class TransactionSuccess<T extends TransactionSuccess<T>> extends RequestSuccess<TransactionIdentifier,T>
RequestSuccesses involving specific transaction. This class is visible outside of
 this package solely for the ability to perform a unified instanceof check.| Modifier and Type | Method and Description | 
|---|---|
| protected abstract org.opendaylight.controller.cluster.access.commands.AbstractTransactionSuccessProxy<T> | externalizableProxy(ABIVersion version)Instantiate a serialization proxy for this object for the target ABI version. | 
addToStringAttributes, cloneAsVersion, getSequence, getTarget, getVersion, toString, toVersion, writeReplaceprotected abstract org.opendaylight.controller.cluster.access.commands.AbstractTransactionSuccessProxy<T> externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
 checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class RequestSuccess<TransactionIdentifier,T extends TransactionSuccess<T>>version - Requested ABI versionCopyright © 2019 OpenDaylight. All rights reserved.