public abstract class AbstractThreePhaseCommitMessage extends VersionedExternalizableMessage
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractThreePhaseCommitMessage() |
protected |
AbstractThreePhaseCommitMessage(org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier transactionId,
short version) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier |
getTransactionId() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
getVersion, toSerializableprotected AbstractThreePhaseCommitMessage()
protected AbstractThreePhaseCommitMessage(org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier transactionId,
short version)
public org.opendaylight.controller.cluster.access.concepts.TransactionIdentifier getTransactionId()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class VersionedExternalizableMessageIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class VersionedExternalizableMessageIOExceptionpublic String toString()
toString in class VersionedExternalizableMessageCopyright © 2018 OpenDaylight. All rights reserved.