public class CanCommitTransactionReply extends VersionedExternalizableMessage
Constructor and Description |
---|
CanCommitTransactionReply() |
Modifier and Type | Method and Description |
---|---|
static CanCommitTransactionReply |
fromSerializable(Object serializable) |
boolean |
getCanCommit() |
static boolean |
isSerializedType(Object message) |
static CanCommitTransactionReply |
no(short version) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
static CanCommitTransactionReply |
yes(short version) |
getVersion, toSerializable
public boolean getCanCommit()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class VersionedExternalizableMessage
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class VersionedExternalizableMessage
IOException
public String toString()
toString
in class VersionedExternalizableMessage
public static CanCommitTransactionReply yes(short version)
public static CanCommitTransactionReply no(short version)
public static CanCommitTransactionReply fromSerializable(Object serializable)
public static boolean isSerializedType(Object message)
Copyright © 2019 OpenDaylight. All rights reserved.