@Beta public final class TransactionFailure extends RequestFailure<TransactionIdentifier,TransactionFailure>
RequestFailure involving a TransactionRequest.| Modifier and Type | Method and Description |
|---|---|
protected TransactionFailure |
cloneAsVersion(ABIVersion version)
Create a copy of this message which will serialize to a stream corresponding to the specified method.
|
protected org.opendaylight.controller.cluster.access.commands.TransactionFailureProxyV1 |
externalizableProxy(ABIVersion version)
Instantiate a serialization proxy for this object for the target ABI version.
|
addToStringAttributes, getCause, isHardFailuregetSequence, getTarget, getVersion, toString, toVersion, writeReplaceprotected TransactionFailure cloneAsVersion(ABIVersion version)
MessageMessage.Message(Message, ABIVersion).cloneAsVersion in class Message<TransactionIdentifier,TransactionFailure>version - target ABI versionprotected org.opendaylight.controller.cluster.access.commands.TransactionFailureProxyV1 externalizableProxy(ABIVersion version)
MessageABIVersions. This method should never fail, as any compatibility
checks should have been done by Message.cloneAsVersion(ABIVersion).externalizableProxy in class RequestFailure<TransactionIdentifier,TransactionFailure>version - Requested ABI versionCopyright © 2019 OpenDaylight. All rights reserved.